Trace number 2692845

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900558106--soft-33-100-0.wbo
MD5SUMeba88192ede2bf17faa7af9ad7b0465e
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark181.673
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 constraints1816
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 92461
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 92460
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 815
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2692845-1277906597.wbo>
0.00/0.03	c original problem has 3863 variables (2047 bin, 0 int, 0 impl, 1816 cont) and 4524 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.03/0.05	c presolving:
0.03/0.05	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1958 impls, 6 clqs
0.03/0.09	c (round 2) 0 del vars, 71 del conss, 1816 chg bounds, 53 chg sides, 0 chg coeffs, 0 upgd conss, 1958 impls, 6 clqs
0.09/0.10	c (round 3) 53 del vars, 157 del conss, 1835 chg bounds, 86 chg sides, 0 chg coeffs, 0 upgd conss, 1958 impls, 6 clqs
0.09/0.10	c (round 4) 125 del vars, 177 del conss, 1836 chg bounds, 87 chg sides, 0 chg coeffs, 0 upgd conss, 1958 impls, 6 clqs
0.09/0.12	c (round 5) 145 del vars, 178 del conss, 1836 chg bounds, 87 chg sides, 0 chg coeffs, 860 upgd conss, 1958 impls, 6 clqs
0.09/0.13	c (round 6) 146 del vars, 178 del conss, 1836 chg bounds, 87 chg sides, 0 chg coeffs, 860 upgd conss, 1958 impls, 6 clqs
0.09/0.17	c    (0.1s) probing: 101/1974 (5.1%) - 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 (7 rounds):
0.09/0.17	c  146 deleted vars, 178 deleted constraints, 1836 tightened bounds, 0 added holes, 87 changed sides, 0 changed coefficients
0.09/0.17	c  1958 implications, 6 cliques
0.09/0.17	c presolved problem has 3717 variables (1974 bin, 0 int, 0 impl, 1743 cont) and 4346 constraints
0.09/0.17	c    1743 constraints of type <indicator>
0.09/0.17	c       6 constraints of type <setppc>
0.09/0.17	c    1743 constraints of type <linear>
0.09/0.17	c     854 constraints of type <logicor>
0.09/0.17	c transformed objective value is always integral (scale: 1)
0.09/0.17	c Presolving Time: 0.11
0.09/0.17	c - non default parameters ----------------------------------------------------------------------
0.09/0.17	c # SCIP version 1.2.1.2
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 = 1799.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 # 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 # 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   0.1s|     1 |     0 |    27 |     - |  13M|   0 |  16 |3717 |4346 |3717 | 860 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.19	o 88690
0.09/0.19	c y 0.1s|     1 |     0 |    38 |     - |  13M|   0 |  16 |3717 |4346 |3717 | 860 |   0 |   0 |   0 | 0.000000e+00 | 8.869000e+04 |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |    71 |     - |  13M|   0 |  21 |3717 |4346 |3717 | 878 |  18 |   0 |   0 | 0.000000e+00 | 8.869000e+04 |    Inf 
0.19/0.26	c   0.2s|     1 |     0 |   129 |     - |  14M|   0 |  33 |3717 |4346 |3717 | 904 |  44 |   0 |   0 | 0.000000e+00 | 8.869000e+04 |    Inf 
0.29/0.31	c   0.2s|     1 |     0 |   149 |     - |  14M|   0 |  47 |3717 |4346 |3717 | 914 |  54 |   0 |   0 | 0.000000e+00 | 8.869000e+04 |    Inf 
0.39/0.40	c   0.3s|     1 |     0 |   161 |     - |  14M|   0 |  40 |3717 |4346 |3717 | 917 |  57 |   0 |   0 | 0.000000e+00 | 8.869000e+04 |    Inf 
0.39/0.47	c   0.4s|     1 |     0 |   163 |     - |  14M|   0 |  40 |3717 |4346 |3717 | 918 |  58 |   0 |   0 | 0.000000e+00 | 8.869000e+04 |    Inf 
0.79/0.83	c   0.7s|     1 |     2 |   163 |     - |  14M|   0 |  40 |3717 |4346 |3717 | 918 |  58 |   0 |  33 | 0.000000e+00 | 8.869000e+04 |    Inf 
25.49/25.58	c  24.6s| 10000 |  9959 | 46889 |   4.7 |  39M| 145 |   0 |3717 |4400 |3717 | 944 |6502 |  69 |1805 | 0.000000e+00 | 8.869000e+04 |    Inf 
40.79/40.84	c  39.4s| 20000 | 19947 | 66691 |   3.3 |  56M| 147 |   0 |3717 |4374 |3717 | 948 |9806 |  80 |1808 | 0.000000e+00 | 8.869000e+04 |    Inf 
56.19/56.20	c  54.2s| 30000 | 29941 | 87364 |   2.9 |  74M| 151 |   0 |3717 |4372 |3717 | 959 |  12k|  89 |1808 | 0.000000e+00 | 8.869000e+04 |    Inf 
71.89/71.91	c  69.5s| 40000 | 39926 |111249 |   2.8 |  91M| 157 |   0 |3717 |4366 |3717 | 953 |  16k| 105 |1808 | 0.000000e+00 | 8.869000e+04 |    Inf 
86.19/86.20	c  83.4s| 50000 | 49920 |122165 |   2.4 | 108M| 157 |   0 |3717 |4364 |3717 | 950 |  18k| 108 |1812 | 0.000000e+00 | 8.869000e+04 |    Inf 
99.59/99.61	o 725
99.59/99.61	c *96.4s| 59207 | 43363 |134011 |   2.3 |  99M| 157 |   - |3717 |4360 |3717 | 929 |  21k| 111 |1812 | 0.000000e+00 | 7.250000e+02 |    Inf 
100.89/100.96	o 717
100.89/100.96	c *97.7s| 59833 | 43518 |136380 |   2.3 |  99M| 157 |   - |3717 |4402 |3717 | 973 |  22k| 156 |1812 | 0.000000e+00 | 7.170000e+02 |    Inf 
101.29/101.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
101.29/101.33	c  98.0s| 60000 | 43679 |137153 |   2.3 |  99M| 157 |   5 |3717 |4416 |3717 | 942 |  22k| 170 |1812 | 0.000000e+00 | 7.170000e+02 |    Inf 
104.59/104.61	o 716
104.59/104.61	c * 101s| 61509 | 45017 |143940 |   2.3 | 102M| 157 |   - |3717 |4619 |3717 | 944 |  24k| 411 |1812 | 0.000000e+00 | 7.160000e+02 |    Inf 
112.40/112.48	o 689
112.40/112.48	c * 109s| 64833 | 46371 |162887 |   2.5 | 107M| 157 |   - |3717 |4830 |3717 | 949 |  28k|1232 |1812 | 0.000000e+00 | 6.890000e+02 |    Inf 
112.59/112.64	o 658
112.59/112.64	c * 109s| 64896 | 44429 |163133 |   2.5 | 104M| 157 |   - |3717 |4867 |3717 | 952 |  28k|1299 |1812 | 0.000000e+00 | 6.580000e+02 |    Inf 
122.40/122.43	o 657
122.40/122.43	c * 118s| 68942 | 47964 |191571 |   2.8 | 112M| 157 |   - |3717 |4825 |3717 | 929 |  34k|2165 |1822 | 0.000000e+00 | 6.570000e+02 |    Inf 
124.90/124.98	c   121s| 70000 | 48930 |197416 |   2.8 | 114M| 157 |   0 |3717 |4880 |3717 | 956 |  35k|2372 |1846 | 0.000000e+00 | 6.570000e+02 |    Inf 
136.99/137.00	o 656
136.99/137.00	c * 132s| 75215 | 53708 |224577 |   3.0 | 124M| 157 |   - |3717 |4803 |3717 | 937 |  43k|3129 |1938 | 0.000000e+00 | 6.560000e+02 |    Inf 
141.20/141.27	o 264
141.20/141.27	c * 137s| 76998 | 23015 |233634 |   3.0 |  68M| 157 |   - |3717 |4820 |3717 | 939 |  45k|3320 |1995 | 0.000000e+00 | 2.640000e+02 |    Inf 
145.60/145.67	o 261
145.60/145.67	c * 141s| 78543 | 23747 |246005 |   3.1 |  72M| 157 |   - |3717 |5226 |3717 | 930 |  47k|4143 |2025 | 0.000000e+00 | 2.610000e+02 |    Inf 
145.99/146.08	o 257
145.99/146.08	c * 141s| 78702 | 23529 |246974 |   3.1 |  71M| 157 |   - |3717 |5279 |3717 | 935 |  48k|4237 |2032 | 0.000000e+00 | 2.570000e+02 |    Inf 
148.20/148.24	o 255
148.20/148.24	c * 143s| 79572 | 23731 |252514 |   3.2 |  73M| 157 |   - |3717 |5622 |3717 | 964 |  48k|4973 |2062 | 0.000000e+00 | 2.550000e+02 |    Inf 
148.50/148.56	o 246
148.50/148.56	c * 144s| 79693 | 23068 |253229 |   3.2 |  72M| 157 |   - |3717 |5603 |3717 | 940 |  48k|4992 |2065 | 0.000000e+00 | 2.460000e+02 |    Inf 
148.50/148.57	o 243
148.50/148.57	c * 144s| 79694 | 22851 |253229 |   3.2 |  72M| 157 |   - |3717 |5603 |3717 | 940 |  48k|4992 |2065 | 0.000000e+00 | 2.430000e+02 |    Inf 
149.29/149.32	c   144s| 80000 | 23136 |254246 |   3.2 |  72M| 157 |   0 |3717 |5540 |3717 | 927 |  49k|5014 |2066 | 0.000000e+00 | 2.430000e+02 |    Inf 
149.50/149.51	o 236
149.50/149.51	c * 144s| 80088 | 22560 |254413 |   3.2 |  71M| 157 |   - |3717 |5524 |3717 | 916 |  49k|5022 |2066 | 0.000000e+00 | 2.360000e+02 |    Inf 
149.50/149.51	o 233
149.50/149.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
149.50/149.51	c * 144s| 80089 | 22221 |254413 |   3.2 |  71M| 157 |   - |3717 |5524 |3717 | 916 |  49k|5022 |2066 | 0.000000e+00 | 2.330000e+02 |    Inf 
149.50/149.55	o 230
149.50/149.55	c * 144s| 80101 | 21943 |254473 |   3.2 |  70M| 157 |   - |3717 |5521 |3717 | 934 |  49k|5022 |2066 | 0.000000e+00 | 2.300000e+02 |    Inf 
149.99/150.07	o 223
149.99/150.07	c * 145s| 80296 | 21571 |255190 |   3.2 |  69M| 157 |   - |3717 |5502 |3717 | 947 |  49k|5091 |2067 | 0.000000e+00 | 2.230000e+02 |    Inf 
149.99/150.07	o 220
149.99/150.07	c * 145s| 80297 | 21332 |255190 |   3.2 |  69M| 157 |   - |3717 |5502 |3717 | 947 |  49k|5091 |2067 | 0.000000e+00 | 2.200000e+02 |    Inf 
150.09/150.18	o 211
150.09/150.18	c * 145s| 80327 | 20584 |255369 |   3.2 |  67M| 157 |   - |3717 |5504 |3717 | 929 |  49k|5096 |2067 | 0.000000e+00 | 2.110000e+02 |    Inf 
150.09/150.18	o 208
150.09/150.18	c * 145s| 80328 | 20410 |255369 |   3.2 |  67M| 157 |   - |3717 |5504 |3717 | 929 |  49k|5096 |2067 | 0.000000e+00 | 2.080000e+02 |    Inf 
150.40/150.43	o 203
150.40/150.43	c * 145s| 80415 | 20124 |255825 |   3.2 |  67M| 157 |   - |3717 |5495 |3717 | 929 |  49k|5118 |2068 | 0.000000e+00 | 2.030000e+02 |    Inf 
150.60/150.61	o 199
150.60/150.61	c * 145s| 80480 | 19883 |256086 |   3.2 |  66M| 157 |   - |3717 |5520 |3717 | 926 |  49k|5157 |2068 | 0.000000e+00 | 1.990000e+02 |    Inf 
150.60/150.62	o 196
150.60/150.62	c * 145s| 80481 | 19685 |256086 |   3.2 |  66M| 157 |   - |3717 |5520 |3717 | 926 |  49k|5157 |2068 | 0.000000e+00 | 1.960000e+02 |    Inf 
150.60/150.66	o 181
150.60/150.66	c * 146s| 80493 | 18302 |256108 |   3.2 |  62M| 157 |   - |3717 |5520 |3717 | 919 |  49k|5157 |2068 | 0.000000e+00 | 1.810000e+02 |    Inf 
150.70/150.71	o 173
150.70/150.71	c * 146s| 80511 | 17671 |256174 |   3.2 |  60M| 157 |   - |3717 |5528 |3717 | 924 |  49k|5168 |2068 | 0.000000e+00 | 1.730000e+02 |    Inf 
150.70/150.72	o 170
150.70/150.72	c * 146s| 80512 | 17312 |256174 |   3.2 |  60M| 157 |   - |3717 |5528 |3717 | 924 |  49k|5168 |2068 | 0.000000e+00 | 1.700000e+02 |    Inf 
150.70/150.75	o 167
150.70/150.75	c * 146s| 80518 | 17109 |256219 |   3.2 |  60M| 157 |   - |3717 |5525 |3717 | 930 |  49k|5168 |2068 | 0.000000e+00 | 1.670000e+02 |    Inf 
150.70/150.75	o 164
150.70/150.75	c * 146s| 80519 | 16756 |256219 |   3.2 |  58M| 157 |   - |3717 |5525 |3717 | 930 |  49k|5168 |2068 | 0.000000e+00 | 1.640000e+02 |    Inf 
150.99/151.07	o 159
150.99/151.07	c * 146s| 80610 | 16129 |256799 |   3.2 |  58M| 157 |   - |3717 |5546 |3717 | 924 |  49k|5208 |2068 | 0.000000e+00 | 1.590000e+02 |    Inf 
150.99/151.07	o 157
150.99/151.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
150.99/151.07	c * 146s| 80611 | 16009 |256799 |   3.2 |  57M| 157 |   - |3717 |5546 |3717 | 924 |  49k|5208 |2068 | 0.000000e+00 | 1.570000e+02 |    Inf 
151.09/151.17	o 154
151.09/151.17	c * 146s| 80640 | 15497 |256934 |   3.2 |  57M| 157 |   - |3717 |5542 |3717 | 929 |  49k|5214 |2068 | 0.000000e+00 | 1.540000e+02 |    Inf 
151.09/151.17	o 150
151.09/151.17	c * 146s| 80641 | 15058 |256934 |   3.2 |  56M| 157 |   - |3717 |5542 |3717 | 929 |  49k|5214 |2068 | 0.000000e+00 | 1.500000e+02 |    Inf 
151.19/151.21	o 148
151.19/151.21	c * 146s| 80655 | 14559 |256986 |   3.2 |  55M| 157 |   - |3717 |5543 |3717 | 933 |  49k|5215 |2068 | 0.000000e+00 | 1.480000e+02 |    Inf 
151.49/151.51	o 142
151.49/151.51	c * 146s| 80749 | 13964 |257412 |   3.2 |  54M| 157 |   - |3717 |5582 |3717 | 916 |  50k|5263 |2068 | 0.000000e+00 | 1.420000e+02 |    Inf 
151.49/151.51	o 138
151.49/151.51	c * 146s| 80750 | 13433 |257412 |   3.2 |  53M| 157 |   - |3717 |5582 |3717 | 916 |  50k|5263 |2068 | 0.000000e+00 | 1.380000e+02 |    Inf 
151.49/151.59	o 124
151.49/151.59	c * 146s| 80780 | 11908 |257545 |   3.2 |  49M| 157 |   - |3717 |5601 |3717 | 916 |  50k|5295 |2068 | 0.000000e+00 | 1.240000e+02 |    Inf 
151.49/151.59	o 120
151.49/151.59	c * 146s| 80781 | 11521 |257545 |   3.2 |  48M| 157 |   - |3717 |5601 |3717 | 916 |  50k|5295 |2068 | 0.000000e+00 | 1.200000e+02 |    Inf 
151.60/151.63	o 110
151.60/151.63	c * 146s| 80793 | 10632 |257578 |   3.2 |  46M| 157 |   - |3717 |5590 |3717 | 916 |  50k|5298 |2068 | 0.000000e+00 | 1.100000e+02 |    Inf 
151.60/151.63	o 106
151.60/151.63	c * 146s| 80794 | 10179 |257578 |   3.2 |  45M| 157 |   - |3717 |5590 |3717 | 916 |  50k|5298 |2068 | 0.000000e+00 | 1.060000e+02 |    Inf 
151.70/151.71	o 78
151.70/151.71	c * 147s| 80815 |  8165 |257703 |   3.2 |  40M| 157 |   - |3717 |5595 |3717 | 936 |  50k|5308 |2068 | 0.000000e+00 | 7.800000e+01 |    Inf 
151.70/151.72	o 74
151.70/151.72	c * 147s| 80816 |  7593 |257703 |   3.2 |  39M| 157 |   - |3717 |5595 |3717 | 936 |  50k|5308 |2068 | 0.000000e+00 | 7.400000e+01 |    Inf 
151.70/151.74	o 71
151.70/151.74	c * 147s| 80817 |  4005 |257722 |   3.2 |  32M| 157 |   - |3717 |5106 |3717 | 916 |  50k|5308 |2068 | 0.000000e+00 | 7.100000e+01 |    Inf 
172.60/172.68	c   167s| 90000 |  3920 |296531 |   3.3 |  44M| 157 |   1 |3717 |7188 |3717 | 915 |  52k|  15k|2174 | 0.000000e+00 | 7.100000e+01 |    Inf 
188.00/188.00	o 69
188.00/188.00	c * 181s| 96561 |  4019 |324208 |   3.4 |  48M| 157 |   - |3717 |7305 |3717 | 930 |  53k|  22k|2262 | 0.000000e+00 | 6.900000e+01 |    Inf 
195.40/195.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
195.40/195.49	c   188s|100000 |  4056 |337048 |   3.4 |  49M| 157 |   - |3717 |7654 |   0 |   0 |  53k|  26k|2278 | 0.000000e+00 | 6.900000e+01 |    Inf 
202.10/202.10	o 68
202.10/202.10	c * 195s|102824 |  4027 |349735 |   3.4 |  51M| 157 |   - |3717 |7856 |3717 | 916 |  54k|  30k|2313 | 0.000000e+00 | 6.800000e+01 |    Inf 
202.10/202.11	o 67
202.10/202.11	c * 195s|102825 |  4025 |349736 |   3.4 |  51M| 157 |   - |3717 |7856 |3717 | 916 |  54k|  30k|2313 | 0.000000e+00 | 6.700000e+01 |    Inf 
212.99/213.09	o 61
212.99/213.09	c * 205s|107960 |  3968 |366048 |   3.4 |  52M| 157 |   - |3717 |7383 |3717 | 922 |  55k|  36k|2363 | 0.000000e+00 | 6.100000e+01 |    Inf 
218.00/218.06	c   210s|110000 |  4175 |378936 |   3.4 |  53M| 157 |   - |3717 |6206 |   0 |   0 |  55k|  38k|2391 | 0.000000e+00 | 6.100000e+01 |    Inf 
218.59/218.63	o 59
218.59/218.63	c * 211s|110251 |  4169 |380084 |   3.4 |  54M| 157 |   - |3717 |6436 |3717 | 915 |  55k|  38k|2395 | 0.000000e+00 | 5.900000e+01 |    Inf 
238.80/238.85	c   230s|120000 |  4325 |414581 |   3.5 |  59M| 157 |   1 |3717 |7069 |3717 | 925 |  57k|  51k|2436 | 0.000000e+00 | 5.900000e+01 |    Inf 
243.70/243.76	o 48
243.70/243.76	c * 235s|122542 |  4119 |422266 |   3.4 |  59M| 157 |   - |3717 |8066 |3717 | 915 |  58k|  56k|2458 | 0.000000e+00 | 4.800000e+01 |    Inf 
258.10/258.19	c   249s|130000 |  4109 |444824 |   3.4 |  59M| 157 |  13 |3717 |6608 |3717 | 923 |  59k|  67k|2517 | 0.000000e+00 | 4.800000e+01 |    Inf 
278.09/278.19	c   268s|140000 |  4075 |478358 |   3.4 |  61M| 157 |   1 |3717 |7009 |3717 | 924 |  60k|  81k|2613 | 0.000000e+00 | 4.800000e+01 |    Inf 
285.10/285.12	o 46
285.10/285.12	c * 274s|143634 |  3933 |488475 |   3.4 |  61M| 157 |   - |3717 |7682 |3717 | 917 |  61k|  86k|2646 | 0.000000e+00 | 4.600000e+01 |    Inf 
297.70/297.76	c   286s|150000 |  3919 |509020 |   3.4 |  62M| 157 |  13 |3717 |8444 |3717 | 924 |  62k|  93k|2708 | 0.000000e+00 | 4.600000e+01 |    Inf 
298.10/298.11	o 29
298.10/298.11	c * 287s|150168 |  3444 |509472 |   3.4 |  55M| 157 |   - |3717 |8476 |3717 | 924 |  62k|  94k|2708 | 0.000000e+00 | 2.900000e+01 |    Inf 
316.10/316.14	c   304s|160000 |  3335 |543855 |   3.4 |  55M| 157 |   1 |3717 |7648 |3717 | 915 |  63k| 107k|2772 | 0.000000e+00 | 2.900000e+01 |    Inf 
321.30/321.37	o 19
321.30/321.37	c * 309s|162790 |  2848 |555800 |   3.4 |  49M| 157 |   - |3717 |8344 |3717 | 915 |  63k| 110k|2827 | 0.000000e+00 | 1.900000e+01 |    Inf 
333.70/333.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
333.70/333.72	c   321s|170000 |  2823 |584516 |   3.4 |  50M| 157 |  13 |3717 |8638 |3717 | 929 |  64k| 120k|2903 | 0.000000e+00 | 1.900000e+01 |    Inf 
350.81/350.90	c   337s|180000 |  2882 |623258 |   3.5 |  53M| 157 |  10 |3717 |  13k|3717 | 915 |  66k| 133k|2986 | 0.000000e+00 | 1.900000e+01 |    Inf 
368.90/368.96	c   354s|190000 |  2887 |663634 |   3.5 |  53M| 157 |  13 |3717 |  11k|3717 | 915 |  67k| 147k|3116 | 0.000000e+00 | 1.900000e+01 |    Inf 
386.30/386.36	c   371s|200000 |  2758 |700049 |   3.5 |  52M| 157 |   9 |3717 |  12k|3717 | 915 |  69k| 160k|3198 | 0.000000e+00 | 1.900000e+01 |    Inf 
387.00/387.07	o 18
387.00/387.07	c * 372s|200371 |  2752 |701383 |   3.5 |  52M| 157 |   - |3717 |  12k|3717 | 931 |  69k| 160k|3199 | 0.000000e+00 | 1.800000e+01 |    Inf 
404.40/404.47	c   388s|210000 |  2840 |735514 |   3.5 |  54M| 157 |   1 |3717 |  16k|3717 | 915 |  69k| 173k|3288 | 0.000000e+00 | 1.800000e+01 |    Inf 
423.10/423.10	c   406s|220000 |  2858 |771669 |   3.5 |  55M| 157 |  22 |3717 |  17k|3717 | 915 |  71k| 186k|3374 | 0.000000e+00 | 1.800000e+01 |    Inf 
442.40/442.46	c   425s|230000 |  2814 |808180 |   3.5 |  55M| 157 |   - |3717 |  14k|   0 |   0 |  72k| 200k|3451 | 0.000000e+00 | 1.800000e+01 |    Inf 
461.60/461.68	c   443s|240000 |  2833 |848313 |   3.5 |  58M| 157 |   - |3717 |  19k|   0 |   0 |  73k| 213k|3533 | 0.000000e+00 | 1.800000e+01 |    Inf 
482.60/482.63	c   463s|250000 |  2848 |887066 |   3.5 |  60M| 157 |   1 |3717 |  23k|3717 | 928 |  74k| 227k|3601 | 0.000000e+00 | 1.800000e+01 |    Inf 
505.20/505.25	c   485s|260000 |  2865 |927243 |   3.6 |  61M| 157 |   - |3717 |  26k|   0 |   0 |  76k| 240k|3668 | 0.000000e+00 | 1.800000e+01 |    Inf 
528.80/528.84	c   508s|270000 |  2901 |965706 |   3.6 |  61M| 157 |  19 |3717 |  22k|3717 | 915 |  76k| 254k|3755 | 0.000000e+00 | 1.800000e+01 |    Inf 
551.59/551.61	c   531s|280000 |  2938 |  1001k|   3.6 |  63M| 157 |   - |3717 |  25k|   0 |   0 |  78k| 268k|3811 | 0.000000e+00 | 1.800000e+01 |    Inf 
578.29/578.32	c   557s|290000 |  2882 |  1039k|   3.6 |  62M| 157 |   7 |3717 |  17k|3717 | 915 |  79k| 281k|4078 | 0.000000e+00 | 1.800000e+01 |    Inf 
601.78/601.83	c   580s|300000 |  2923 |  1076k|   3.6 |  64M| 157 |   - |3717 |  20k|   0 |   0 |  80k| 294k|4134 | 0.000000e+00 | 1.800000e+01 |    Inf 
618.20/618.21	o 16
618.20/618.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
618.20/618.21	c * 596s|306451 |  2971 |  1101k|   3.6 |  66M| 157 |   - |3717 |  21k|3717 | 915 |  81k| 303k|4197 | 0.000000e+00 | 1.600000e+01 |    Inf 
626.78/626.82	c   605s|310000 |  2998 |  1115k|   3.6 |  66M| 157 |  17 |3717 |  20k|3717 | 915 |  81k| 308k|4199 | 0.000000e+00 | 1.600000e+01 |    Inf 
650.09/650.12	c   628s|320000 |  3033 |  1148k|   3.6 |  67M| 157 |  19 |3717 |  21k|3717 | 915 |  82k| 320k|4294 | 0.000000e+00 | 1.600000e+01 |    Inf 
674.19/674.24	c   652s|330000 |  3090 |  1183k|   3.6 |  68M| 157 |  10 |3717 |  19k|3717 | 915 |  83k| 333k|4357 | 0.000000e+00 | 1.600000e+01 |    Inf 
696.89/696.95	c   674s|340000 |  3168 |  1218k|   3.6 |  70M| 157 |   1 |3717 |  18k|3717 | 915 |  84k| 347k|4450 | 0.000000e+00 | 1.600000e+01 |    Inf 
719.80/719.82	c   697s|350000 |  3215 |  1253k|   3.6 |  72M| 157 |  14 |3717 |  21k|3717 | 915 |  84k| 361k|4509 | 0.000000e+00 | 1.600000e+01 |    Inf 
741.19/741.20	c   718s|360000 |  3166 |  1288k|   3.6 |  70M| 157 |   - |3717 |  14k|   0 |   0 |  85k| 374k|4591 | 0.000000e+00 | 1.600000e+01 |    Inf 
761.29/761.30	c   738s|370000 |  3223 |  1325k|   3.6 |  73M| 157 |   - |3717 |  17k|   0 |   0 |  87k| 388k|4669 | 0.000000e+00 | 1.600000e+01 |    Inf 
783.49/783.51	c   760s|380000 |  3270 |  1360k|   3.6 |  74M| 157 |  14 |3717 |  19k|3717 | 915 |  88k| 401k|4741 | 0.000000e+00 | 1.600000e+01 |    Inf 
807.69/807.73	c   784s|390000 |  3305 |  1396k|   3.6 |  77M| 157 |  28 |3717 |  23k|3717 | 915 |  89k| 414k|4816 | 0.000000e+00 | 1.600000e+01 |    Inf 
832.89/832.94	c   809s|400000 |  3363 |  1432k|   3.6 |  78M| 157 |   4 |3717 |  24k|3717 | 915 |  90k| 428k|4874 | 0.000000e+00 | 1.600000e+01 |    Inf 
857.19/857.24	c   833s|410000 |  3385 |  1471k|   3.6 |  81M| 157 |   - |3717 |  29k|   0 |   0 |  91k| 442k|4944 | 0.000000e+00 | 1.600000e+01 |    Inf 
883.69/883.79	c   859s|420000 |  3453 |  1506k|   3.6 |  82M| 157 |  14 |3717 |  31k|3717 | 915 |  92k| 456k|4996 | 0.000000e+00 | 1.600000e+01 |    Inf 
909.70/909.76	c   885s|430000 |  3410 |  1540k|   3.6 |  81M| 157 |   - |3717 |  28k|   0 |   0 |  93k| 470k|5042 | 0.000000e+00 | 1.600000e+01 |    Inf 
936.50/936.55	c   912s|440000 |  3430 |  1574k|   3.6 |  83M| 157 |   - |3717 |  29k|   0 |   0 |  94k| 483k|5105 | 0.000000e+00 | 1.600000e+01 |    Inf 
965.50/965.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
965.50/965.51	c   940s|450000 |  3503 |  1610k|   3.6 |  85M| 157 |   - |3717 |  30k|   0 |   0 |  96k| 497k|5166 | 0.000000e+00 | 1.600000e+01 |    Inf 
995.20/995.20	c   970s|460000 |  3551 |  1646k|   3.6 |  86M| 157 |  13 |3717 |  31k|3717 | 915 |  96k| 510k|5237 | 0.000000e+00 | 1.600000e+01 |    Inf 
1026.21/1026.25	c  1001s|470000 |  3581 |  1686k|   3.6 |  87M| 157 |   1 |3717 |  31k|3717 | 915 |  98k| 524k|5317 | 0.000000e+00 | 1.600000e+01 |    Inf 
1056.00/1056.06	c  1030s|480000 |  3592 |  1725k|   3.6 |  88M| 157 |   - |3717 |  32k|   0 |   0 |  99k| 538k|5385 | 0.000000e+00 | 1.600000e+01 |    Inf 
1086.49/1086.50	c  1060s|490000 |  3646 |  1766k|   3.6 |  90M| 157 |   1 |3717 |  32k|3717 | 915 | 100k| 551k|5444 | 0.000000e+00 | 1.600000e+01 |    Inf 
1113.00/1113.10	c  1087s|500000 |  3700 |  1801k|   3.6 |  89M| 157 |   9 |3717 |  27k|3717 | 915 | 101k| 565k|5845 | 0.000000e+00 | 1.600000e+01 |    Inf 
1138.20/1138.20	c  1111s|510000 |  3735 |  1839k|   3.6 |  90M| 157 |   9 |3717 |  24k|3717 | 915 | 102k| 579k|5847 | 0.000000e+00 | 1.600000e+01 |    Inf 
1162.40/1162.47	c  1135s|520000 |  3712 |  1882k|   3.6 |  90M| 157 |   - |3717 |  21k|   0 |   0 | 104k| 593k|5854 | 0.000000e+00 | 1.600000e+01 |    Inf 
1185.81/1185.85	c  1159s|530000 |  3765 |  1919k|   3.6 |  92M| 157 |   - |3717 |  23k|   0 |   0 | 105k| 607k|5912 | 0.000000e+00 | 1.600000e+01 |    Inf 
1209.00/1209.03	c  1181s|540000 |  3785 |  1951k|   3.6 |  93M| 157 |  10 |3717 |  23k|3717 | 915 | 105k| 622k|5975 | 0.000000e+00 | 1.600000e+01 |    Inf 
1234.81/1234.86	c  1207s|550000 |  3823 |  1991k|   3.6 |  95M| 157 |   1 |3717 |  26k|3717 | 915 | 107k| 635k|6024 | 0.000000e+00 | 1.600000e+01 |    Inf 
1260.70/1260.72	c  1233s|560000 |  3823 |  2028k|   3.6 |  93M| 157 |  10 |3717 |  19k|3717 | 927 | 108k| 649k|6075 | 0.000000e+00 | 1.600000e+01 |    Inf 
1283.00/1283.04	c  1255s|570000 |  3885 |  2062k|   3.6 |  94M| 157 |   - |3717 |  18k|   0 |   0 | 109k| 662k|6145 | 0.000000e+00 | 1.600000e+01 |    Inf 
1305.10/1305.15	c  1277s|580000 |  3914 |  2101k|   3.6 |  95M| 157 |   - |3717 |  20k|   0 |   0 | 110k| 675k|6203 | 0.000000e+00 | 1.600000e+01 |    Inf 
1327.51/1327.51	c  1299s|590000 |  3946 |  2139k|   3.6 |  96M| 157 |   - |3717 |  19k|   0 |   0 | 111k| 688k|6266 | 0.000000e+00 | 1.600000e+01 |    Inf 
1349.40/1349.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1349.40/1349.43	c  1320s|600000 |  4002 |  2174k|   3.6 |  96M| 157 |   - |3717 |  15k|   0 |   0 | 112k| 702k|6388 | 0.000000e+00 | 1.600000e+01 |    Inf 
1371.90/1371.96	c  1343s|610000 |  4017 |  2209k|   3.6 |  98M| 157 |  11 |3717 |  19k|3717 | 915 | 114k| 715k|6417 | 0.000000e+00 | 1.600000e+01 |    Inf 
1395.71/1395.80	c  1366s|620000 |  4045 |  2242k|   3.6 |  99M| 157 |   - |3717 |  20k|   0 |   0 | 115k| 728k|6471 | 0.000000e+00 | 1.600000e+01 |    Inf 
1396.31/1396.36	o 7
1396.31/1396.36	c *1367s|620250 |  2455 |  2242k|   3.6 |  66M| 157 |   - |3717 |  20k|3717 | 919 | 115k| 728k|6471 | 0.000000e+00 | 7.000000e+00 |    Inf 
1419.31/1419.35	c  1389s|630000 |  2479 |  2285k|   3.6 |  66M| 157 |  17 |3717 |  19k|3717 | 915 | 116k| 742k|6537 | 0.000000e+00 | 7.000000e+00 |    Inf 
1442.70/1442.72	c  1413s|640000 |  2460 |  2330k|   3.6 |  65M| 157 |  18 |3717 |  17k|3717 | 915 | 117k| 755k|6615 | 0.000000e+00 | 7.000000e+00 |    Inf 
1465.41/1465.49	c  1435s|650000 |  2477 |  2367k|   3.6 |  67M| 157 |   - |3717 |  22k|   0 |   0 | 118k| 769k|6667 | 0.000000e+00 | 7.000000e+00 |    Inf 
1491.62/1491.65	c  1461s|660000 |  2464 |  2414k|   3.7 |  68M| 157 |   9 |3717 |  24k|3717 | 915 | 119k| 782k|6721 | 0.000000e+00 | 7.000000e+00 |    Inf 
1517.80/1517.80	c  1487s|670000 |  2473 |  2454k|   3.7 |  68M| 157 |  24 |3717 |  23k|3717 | 915 | 120k| 795k|6766 | 0.000000e+00 | 7.000000e+00 |    Inf 
1544.32/1544.39	c  1513s|680000 |  2512 |  2490k|   3.7 |  69M| 157 |  10 |3717 |  25k|3717 | 915 | 121k| 809k|6836 | 0.000000e+00 | 7.000000e+00 |    Inf 
1571.01/1571.05	c  1540s|690000 |  2511 |  2528k|   3.7 |  70M| 157 |   - |3717 |  26k|   0 |   0 | 122k| 822k|6903 | 0.000000e+00 | 7.000000e+00 |    Inf 
1596.92/1596.96	c  1565s|700000 |  2479 |  2565k|   3.7 |  70M| 157 |   - |3717 |  25k|   0 |   0 | 124k| 836k|6934 | 0.000000e+00 | 7.000000e+00 |    Inf 
1623.31/1623.36	c  1592s|710000 |  2495 |  2602k|   3.7 |  72M| 157 |   1 |3717 |  30k|3717 | 915 | 125k| 850k|6983 | 0.000000e+00 | 7.000000e+00 |    Inf 
1651.82/1651.81	c  1620s|720000 |  2467 |  2641k|   3.7 |  70M| 157 |   - |3717 |  25k|   0 |   0 | 126k| 864k|7060 | 0.000000e+00 | 7.000000e+00 |    Inf 
1678.41/1678.46	c  1646s|730000 |  2504 |  2686k|   3.7 |  70M| 157 |  13 |3717 |  22k|3717 | 915 | 127k| 877k|7120 | 0.000000e+00 | 7.000000e+00 |    Inf 
1701.73/1701.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1701.73/1701.71	c  1669s|740000 |  2508 |  2722k|   3.7 |  71M| 157 |   - |3717 |  26k|   0 |   0 | 128k| 891k|7140 | 0.000000e+00 | 7.000000e+00 |    Inf 
1727.22/1727.26	c  1694s|750000 |  2530 |  2756k|   3.7 |  73M| 157 |   8 |3717 |  29k|3717 | 915 | 128k| 904k|7215 | 0.000000e+00 | 7.000000e+00 |    Inf 
1755.01/1755.09	c  1722s|760000 |  2540 |  2789k|   3.7 |  75M| 157 |  20 |3717 |  34k|3717 | 915 | 129k| 917k|7253 | 0.000000e+00 | 7.000000e+00 |    Inf 
1785.22/1785.30	c  1752s|770000 |  2552 |  2829k|   3.7 |  75M| 157 |  13 |3717 |  33k|3717 | 915 | 130k| 931k|7284 | 0.000000e+00 | 7.000000e+00 |    Inf 
1800.02/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.02/1800.01	c 
1800.02/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.01	c Solving Time (sec) : 1766.59
1800.02/1800.01	c Solving Nodes      : 774832
1800.02/1800.01	c Primal Bound       : +7.00000000000000e+00 (264 solutions)
1800.02/1800.01	c Dual Bound         : +0.00000000000000e+00
1800.02/1800.01	c Gap                : infinite
1800.02/1800.05	s SATISFIABLE
1800.02/1800.05	v x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.02/1800.05	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 x195 -x194 -x193 -x192 -x191 -x190 -x189 
1800.02/1800.05	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.02/1800.05	v x167 -x166 -x165 -x164 -x163 -x162 x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1800.02/1800.05	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 x135 -x134 -x133 -x132 -x131 -x130 -x129 x128 -x127 -x126 
1800.02/1800.05	v -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 x106 -x105 
1800.02/1800.05	v -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 x89 -x88 -x87 -x86 x85 -x84 -x83 -x82 -x81 -x80 
1800.02/1800.05	v -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 x70 -x69 -x68 -x67 x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 
1800.02/1800.05	v x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 x31 -x30 -x29 
1800.02/1800.05	v -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 x6 -x5 -x4 x3 -x2 
1800.02/1800.05	v -x1 
1800.02/1800.05	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.05	c Solving Time       :    1766.59
1800.02/1800.05	c Original Problem   :
1800.02/1800.05	c   Problem name     : HOME/instance-2692845-1277906597.wbo
1800.02/1800.05	c   Variables        : 3863 (2047 binary, 0 integer, 0 implicit integer, 1816 continuous)
1800.02/1800.05	c   Constraints      : 4524 initial, 4524 maximal
1800.02/1800.05	c Presolved Problem  :
1800.02/1800.05	c   Problem name     : t_HOME/instance-2692845-1277906597.wbo
1800.02/1800.05	c   Variables        : 3717 (1974 binary, 0 integer, 0 implicit integer, 1743 continuous)
1800.02/1800.05	c   Constraints      : 4346 initial, 34727 maximal
1800.02/1800.05	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.02/1800.05	c   trivial          :       0.00         73          0          0          0          0          0          0          0
1800.02/1800.05	c   dualfix          :       0.00         73          0          0          0          0          0          0          0
1800.02/1800.05	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.05	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.05	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.05	c   probing          :       0.04          0          0          0          0          0          0          0          0
1800.02/1800.05	c   indicator        :       0.00          0          0          0          0          0         73          0          0
1800.02/1800.05	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.05	c   linear           :       0.06          0          0          0       1836          0        105         87          0
1800.02/1800.05	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.05	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.05	c   root node        :          -       1643          -          -       3286          -          -          -          -
1800.02/1800.05	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.05	c   integral         :          0          0          0     477021          0         20        559          0          0     779476
1800.02/1800.05	c   indicator        :       1743          0    3832336      86774          0        776    5590859          0          0          0
1800.02/1800.05	c   setppc           :          6          6    3786999      55707          0      23375     967259          0          0          0
1800.02/1800.05	c   linear           :       1743          6    3809674      84127          0     152390   18235715     131200          0          0
1800.02/1800.05	c   logicor          :        854+         6    1478320      69812          0     169047    3761001          0          0          0
1800.02/1800.05	c   bounddisjunction :          0+         0      26447          0          0          0         56          0          0          0
1800.02/1800.05	c   countsols        :          0          0          0      69812          0          0          0          0          0          0
1800.02/1800.05	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.02/1800.05	c   integral         :      21.57       0.00       0.00      21.57       0.00
1800.02/1800.05	c   indicator        :      33.24       0.01      22.36      10.87       0.00
1800.02/1800.05	c   setppc           :       8.66       0.00       8.65       0.01       0.00
1800.02/1800.05	c   linear           :     145.12       0.00     142.24       2.88       0.00
1800.02/1800.05	c   logicor          :     319.46       0.00     319.02       0.44       0.00
1800.02/1800.05	c   bounddisjunction :       0.01       0.00       0.01       0.00       0.00
1800.02/1800.05	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.02/1800.05	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.02/1800.05	c   vbounds          :       0.55          2          0          0
1800.02/1800.05	c   rootredcost      :       0.52         55          0       1642
1800.02/1800.05	c   pseudoobj        :     140.01    3850581      13855    4250343
1800.02/1800.05	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.02/1800.05	c   propagation      :      18.54     358667     358438    2356671       27.8      17154       21.4          -
1800.02/1800.05	c   infeasible LP    :       5.08      16292      16292     141654       40.0        244       16.0          0
1800.02/1800.05	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.05	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.05	c   pseudo solution  :       0.02        207        207       1226       18.5         82        5.5          -
1800.02/1800.05	c   applied globally :          -          -          -     937674       21.4          -          -          -
1800.02/1800.05	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.02/1800.05	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.02/1800.05	c   cut pool         :       0.00          5          -          -         29          -    (maximal pool size: 88)
1800.02/1800.05	c   redcost          :      27.97     485397          0    1172119          0          0
1800.02/1800.05	c   impliedbounds    :       0.00          6          0          0          0          0
1800.02/1800.05	c   intobj           :       0.00          0          0          0          0          0
1800.02/1800.05	c   cgmip            :       0.00          0          0          0          0          0
1800.02/1800.05	c   gomory           :       0.14          6          0          0        475          0
1800.02/1800.05	c   strongcg         :       0.08          6          0          0        225          0
1800.02/1800.05	c   cmir             :       0.03          6          0          0          0          0
1800.02/1800.05	c   flowcover        :       0.06          6          0          0          0          0
1800.02/1800.05	c   clique           :       0.00          6          0          0          0          0
1800.02/1800.05	c   zerohalf         :       0.00          0          0          0          0          0
1800.02/1800.05	c   mcf              :       0.00          1          0          0          0          0
1800.02/1800.05	c   rapidlearning    :       0.00          0          0          0          0          0
1800.02/1800.05	c Pricers            :       Time      Calls       Vars
1800.02/1800.05	c   problem variables:       0.00          0          0
1800.02/1800.05	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.05	c   relpscost        :      21.25     390228         20        559          0          0     779476
1800.02/1800.05	c   pscost           :       0.00          0          0          0          0          0          0
1800.02/1800.05	c   inference        :      10.07      69758          0          0          0          0     139516
1800.02/1800.05	c   mostinf          :       0.00          0          0          0          0          0          0
1800.02/1800.05	c   leastinf         :       0.00          0          0          0          0          0          0
1800.02/1800.05	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.02/1800.05	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.02/1800.05	c   random           :       0.00          0          0          0          0          0          0
1800.02/1800.05	c Primal Heuristics  :       Time      Calls      Found
1800.02/1800.05	c   LP solutions     :       0.15          -         54
1800.02/1800.05	c   pseudo solutions :       0.00          -          0
1800.02/1800.05	c   feaspump         :       0.01          1          0
1800.02/1800.05	c   oneopt           :       0.37         40          0
1800.02/1800.05	c   intshifting      :       0.00         11          0
1800.02/1800.05	c   crossover        :       1.73         69          0
1800.02/1800.05	c   linesearchdiving :       1.72       1690          0
1800.02/1800.05	c   guideddiving     :       1.76       1690          0
1800.02/1800.05	c   coefdiving       :       1.70       1691          0
1800.02/1800.05	c   pscostdiving     :       1.73       1691          0
1800.02/1800.05	c   fracdiving       :       1.51       1691          0
1800.02/1800.05	c   veclendiving     :       1.63       1691          0
1800.02/1800.05	c   rootsoldiving    :       2.30       1570          0
1800.02/1800.05	c   objpscostdiving  :       1.50       1571          0
1800.02/1800.05	c   trivial          :       0.00          2          0
1800.02/1800.05	c   simplerounding   :       0.65     392526          0
1800.02/1800.05	c   zirounding       :       0.28       1000          0
1800.02/1800.05	c   rounding         :       2.49       8892          0
1800.02/1800.05	c   shifting         :       1.79       2734          0
1800.02/1800.05	c   twoopt           :       0.00          0          0
1800.02/1800.05	c   fixandinfer      :       0.00          0          0
1800.02/1800.05	c   intdiving        :       0.00          0          0
1800.02/1800.05	c   actconsdiving    :       0.00          0          0
1800.02/1800.05	c   octane           :       0.00          0          0
1800.02/1800.05	c   rens             :       0.02          1          0
1800.02/1800.05	c   rins             :       0.00          0          0
1800.02/1800.05	c   localbranching   :       0.00          0          0
1800.02/1800.05	c   mutation         :       0.00          0          0
1800.02/1800.05	c   dins             :       0.00          0          0
1800.02/1800.05	c   undercover       :       0.00          0          0
1800.02/1800.05	c   nlp              :       0.13          0          0
1800.02/1800.05	c   trysol           :       2.46       7627        210
1800.02/1800.05	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.02/1800.05	c   primal LP        :       0.00          0          0       0.00          -
1800.02/1800.05	c   dual LP          :     492.29     428719    2845693       6.64    5780.52
1800.02/1800.05	c   lex dual LP      :       0.00          0          0       0.00          -
1800.02/1800.05	c   barrier LP       :       0.00          0          0       0.00          -
1800.02/1800.05	c   diving/probing LP:       0.53        360       2034       5.65    3837.74
1800.02/1800.05	c   strong branching :      17.83       7329     115747      15.79    6491.70
1800.02/1800.05	c     (at root node) :          -         33       2191      66.39          -
1800.02/1800.05	c   conflict analysis:       0.00          0          0       0.00          -
1800.02/1800.05	c B&B Tree           :
1800.02/1800.05	c   number of runs   :          1
1800.02/1800.05	c   nodes            :     774832
1800.02/1800.05	c   nodes (total)    :     774832
1800.02/1800.05	c   nodes left       :       2547
1800.02/1800.05	c   max depth        :        157
1800.02/1800.05	c   max depth (total):        157
1800.02/1800.05	c   backtracks       :      72755 (9.4%)
1800.02/1800.05	c   delayed cutoffs  :      64703
1800.02/1800.05	c   repropagations   :    1683297 (6833409 domain reductions, 60450 cutoffs)
1800.02/1800.05	c   avg switch length:       5.79
1800.02/1800.05	c   switching time   :     283.62
1800.02/1800.05	c Solution           :
1800.02/1800.05	c   Solutions found  :        264 (55 improvements)
1800.02/1800.05	c   First Solution   : +8.86900000000000e+04   (in run 1, after 1 nodes, 0.13 seconds, depth 0, found by <trysol>)
1800.02/1800.05	c   Primal Bound     : +7.00000000000000e+00   (in run 1, after 620250 nodes, 1366.74 seconds, depth 49, found by <relaxation>)
1800.02/1800.05	c   Dual Bound       : +0.00000000000000e+00
1800.02/1800.05	c   Gap              :   infinite
1800.02/1800.05	c   Root Dual Bound  : +0.00000000000000e+00
1800.02/1800.05	c   Root Iterations  :        163
1800.12/1800.18	c Time complete: 1800.19.

Verifier Data

OK	7

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.04 3/196 24802
/proc/meminfo: memFree=31401552/32951124 swapFree=67111528/67111528
[pid=24802] ppid=24800 vsize=9408 CPUtime=0
/proc/24802/stat : 24802 (pbscip.linux.x8) R 24800 24802 23831 0 -1 4202496 1645 0 0 0 0 0 0 0 21 0 1 0 164299222 9633792 1565 4089446400 4194304 8223781 140733670737216 18446744073709551615 6205568 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/24802/statm: 2352 1565 369 984 0 1365 0

[startup+0.0345849 s]
/proc/loadavg: 2.00 2.00 2.04 3/196 24802
/proc/meminfo: memFree=31401552/32951124 swapFree=67111528/67111528
[pid=24802] ppid=24800 vsize=18432 CPUtime=0.03
/proc/24802/stat : 24802 (pbscip.linux.x8) R 24800 24802 23831 0 -1 4202496 4221 0 0 0 3 0 0 0 21 0 1 0 164299222 18874368 3777 4089446400 4194304 8223781 140733670737216 18446744073709551615 7256940 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24802/statm: 4608 3777 384 984 0 3621 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 18432

[startup+0.100563 s]
/proc/loadavg: 2.00 2.00 2.04 3/196 24802
/proc/meminfo: memFree=31401552/32951124 swapFree=67111528/67111528
[pid=24802] ppid=24800 vsize=29316 CPUtime=0.09
/proc/24802/stat : 24802 (pbscip.linux.x8) R 24800 24802 23831 0 -1 4202496 7476 0 0 0 8 1 0 0 21 0 1 0 164299222 30019584 6261 4089446400 4194304 8223781 140733670737216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24802/statm: 7329 6261 452 984 0 6342 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29316

[startup+0.30054 s]
/proc/loadavg: 2.00 2.00 2.04 3/196 24802
/proc/meminfo: memFree=31401552/32951124 swapFree=67111528/67111528
[pid=24802] ppid=24800 vsize=36472 CPUtime=0.29
/proc/24802/stat : 24802 (pbscip.linux.x8) R 24800 24802 23831 0 -1 4202496 12280 0 0 0 26 3 0 0 21 0 1 0 164299222 37347328 8202 4089446400 4194304 8223781 140733670737216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24802/statm: 9118 8202 572 984 0 8131 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36472

[startup+0.700457 s]
/proc/loadavg: 2.00 2.00 2.04 3/196 24802
/proc/meminfo: memFree=31401552/32951124 swapFree=67111528/67111528
[pid=24802] ppid=24800 vsize=37188 CPUtime=0.69
/proc/24802/stat : 24802 (pbscip.linux.x8) R 24800 24802 23831 0 -1 4202496 19418 0 0 0 63 6 0 0 22 0 1 0 164299222 38080512 8365 4089446400 4194304 8223781 140733670737216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24802/statm: 9297 8365 588 984 0 8310 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 37188

[startup+1.50031 s]
/proc/loadavg: 2.00 2.00 2.04 3/197 24804
/proc/meminfo: memFree=31367864/32951124 swapFree=67111528/67111528
[pid=24802] ppid=24800 vsize=37188 CPUtime=1.49
/proc/24802/stat : 24802 (pbscip.linux.x8) R 24800 24802 23831 0 -1 4202496 19555 0 0 0 140 9 0 0 25 0 1 0 164299222 38080512 8366 4089446400 4194304 8223781 140733670737216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24802/statm: 9297 8366 589 984 0 8310 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37188

[startup+3.10103 s]
/proc/loadavg: 2.00 2.00 2.04 3/197 24804
/proc/meminfo: memFree=31366128/32951124 swapFree=67111528/67111528
[pid=24802] ppid=24800 vsize=37188 CPUtime=3.09
/proc/24802/stat : 24802 (pbscip.linux.x8) R 24800 24802 23831 0 -1 4202496 19837 0 0 0 295 14 0 0 25 0 1 0 164299222 38080512 8391 4089446400 4194304 8223781 140733670737216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24802/statm: 9297 8391 590 984 0 8310 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 37188

[startup+6.30047 s]
/proc/loadavg: 2.00 2.00 2.04 3/197 24804
/proc/meminfo: memFree=31361044/32951124 swapFree=67111528/67111528
[pid=24802] ppid=24800 vsize=40336 CPUtime=6.29
/proc/24802/stat : 24802 (pbscip.linux.x8) R 24800 24802 23831 0 -1 4202496 28208 0 0 0 604 25 0 0 25 0 1 0 164299222 41304064 9180 4089446400 4194304 8223781 140733670737216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24802/statm: 10084 9180 592 984 0 9097 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40336

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.04 3/197 24804
/proc/meminfo: memFree=31344312/32951124 swapFree=67111528/67111528
[pid=24802] ppid=24800 vsize=49696 CPUtime=12.69
/proc/24802/stat : 24802 (pbscip.linux.x8) R 24800 24802 23831 0 -1 4202496 45942 0 0 0 1221 48 0 0 25 0 1 0 164299222 50888704 11350 4089446400 4194304 8223781 140733670737216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24802/statm: 12424 11350 596 984 0 11437 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 49696

[startup+25.5011 s]
/proc/loadavg: 2.13 2.03 2.05 3/197 24804
/proc/meminfo: memFree=31322640/32951124 swapFree=67111528/67111528
[pid=24802] ppid=24800 vsize=64576 CPUtime=25.49
/proc/24802/stat : 24802 (pbscip.linux.x8) R 24800 24802 23831 0 -1 4202496 62971 0 0 0 2458 91 0 0 25 0 1 0 164299222 66125824 15079 4089446400 4194304 8223781 140733670737216 18446744073709551615 6436955 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24802/statm: 16144 15079 596 984 0 15157 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 64576

[startup+51.1006 s]
/proc/loadavg: 2.09 2.03 2.04 3/197 24804
/proc/meminfo: memFree=31280752/32951124 swapFree=67111528/67111528
[pid=24802] ppid=24800 vsize=93180 CPUtime=51.09
/proc/24802/stat : 24802 (pbscip.linux.x8) R 24800 24802 23831 0 -1 4202496 84987 0 0 0 4931 178 0 0 25 0 1 0 164299222 95416320 22286 4089446400 4194304 8223781 140733670737216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24802/statm: 23295 22286 596 984 0 22308 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 93180

[startup+102.307 s]
/proc/loadavg: 2.45 2.12 2.07 3/197 24806
/proc/meminfo: memFree=31192044/32951124 swapFree=67111528/67111528
[pid=24802] ppid=24800 vsize=152520 CPUtime=102.29
/proc/24802/stat : 24802 (pbscip.linux.x8) R 24800 24802 23831 0 -1 4202496 134974 0 0 0 9899 330 0 0 25 0 1 0 164299222 156180480 37262 4089446400 4194304 8223781 140733670737216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24802/statm: 38130 37262 596 984 0 37143 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 152520

[startup+162.301 s]
/proc/loadavg: 2.16 2.09 2.07 3/197 24808
/proc/meminfo: memFree=31117712/32951124 swapFree=67111528/67111528
[pid=24802] ppid=24800 vsize=202696 CPUtime=162.3
/proc/24802/stat : 24802 (pbscip.linux.x8) R 24800 24802 23831 0 -1 4202496 294357 0 0 0 15667 563 0 0 25 0 1 0 164299222 207560704 49550 4089446400 4194304 8223781 140733670737216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24802/statm: 50674 49550 598 984 0 49687 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 202696

[startup+222.301 s]
/proc/loadavg: 2.06 2.07 2.06 3/197 24809
/proc/meminfo: memFree=31046748/32951124 swapFree=67111528/67111528
[pid=24802] ppid=24800 vsize=251648 CPUtime=222.3
/proc/24802/stat : 24802 (pbscip.linux.x8) R 24800 24802 23831 0 -1 4202496 357993 0 0 0 21424 806 0 0 25 0 1 0 164299222 257687552 61246 4089446400 4194304 8223781 140733670737216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24802/statm: 62912 61246 605 984 0 61925 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 251648

[startup+282.301 s]
/proc/loadavg: 2.02 2.06 2.05 3/197 24810
/proc/meminfo: memFree=30996620/32951124 swapFree=67111528/67111528
[pid=24802] ppid=24800 vsize=277032 CPUtime=282.3
/proc/24802/stat : 24802 (pbscip.linux.x8) R 24800 24802 23831 0 -1 4202496 397066 0 0 0 27171 1059 0 0 25 0 1 0 164299222 283680768 67110 4089446400 4194304 8223781 140733670737216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24802/statm: 69258 67110 605 984 0 68271 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 277032

[startup+342.3 s]
/proc/loadavg: 2.01 2.05 2.05 3/197 24812
/proc/meminfo: memFree=30957268/32951124 swapFree=67111528/67111528
[pid=24802] ppid=24800 vsize=285696 CPUtime=342.3
/proc/24802/stat : 24802 (pbscip.linux.x8) R 24800 24802 23831 0 -1 4202496 478710 0 0 0 32885 1345 0 0 25 0 1 0 164299222 292552704 69191 4089446400 4194304 8223781 140733670737216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24802/statm: 71424 69191 605 984 0 70437 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 285696

[startup+402.301 s]
/proc/loadavg: 2.24 2.13 2.08 3/197 24814
/proc/meminfo: memFree=30939612/32951124 swapFree=67111528/67111528
[pid=24802] ppid=24800 vsize=288736 CPUtime=402.3
/proc/24802/stat : 24802 (pbscip.linux.x8) R 24800 24802 23831 0 -1 4202496 502957 0 0 0 38609 1621 0 0 25 0 1 0 164299222 295665664 69937 4089446400 4194304 8223781 140733670737216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24802/statm: 72184 69937 605 984 0 71197 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 288736

[startup+462.3 s]
/proc/loadavg: 2.09 2.11 2.07 3/197 24816
/proc/meminfo: memFree=30926048/32951124 swapFree=67111528/67111528
[pid=24802] ppid=24800 vsize=292120 CPUtime=462.3
/proc/24802/stat : 24802 (pbscip.linux.x8) R 24800 24802 23831 0 -1 4202496 515325 0 0 0 44366 1864 0 0 25 0 1 0 164299222 299130880 70750 4089446400 4194304 8223781 140733670737216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24802/statm: 73030 70750 605 984 0 72043 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 292120

[startup+522.301 s]
/proc/loadavg: 2.03 2.08 2.07 3/197 24817
/proc/meminfo: memFree=30905424/32951124 swapFree=67111528/67111528
[pid=24802] ppid=24800 vsize=296484 CPUtime=522.3
/proc/24802/stat : 24802 (pbscip.linux.x8) R 24800 24802 23831 0 -1 4202496 521661 0 0 0 50191 2039 0 0 25 0 1 0 164299222 303599616 71813 4089446400 4194304 8223781 140733670737216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24802/statm: 74121 71813 605 984 0 73134 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 296484

[startup+582.301 s]
/proc/loadavg: 2.08 2.08 2.07 3/197 24818
/proc/meminfo: memFree=30895324/32951124 swapFree=67111528/67111528
[pid=24802] ppid=24800 vsize=299640 CPUtime=582.28
/proc/24802/stat : 24802 (pbscip.linux.x8) R 24800 24802 23831 0 -1 4202496 524623 0 0 0 56096 2132 0 0 25 0 1 0 164299222 306831360 72524 4089446400 4194304 8223781 140733670737216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24802/statm: 74910 72524 605 984 0 73923 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 299640

[startup+642.301 s]
/proc/loadavg: 2.10 2.08 2.07 3/197 24820
/proc/meminfo: memFree=30892064/32951124 swapFree=67111528/67111528
[pid=24802] ppid=24800 vsize=302192 CPUtime=642.29
/proc/24802/stat : 24802 (pbscip.linux.x8) R 24800 24802 23831 0 -1 4202496 538042 0 0 0 62032 2197 0 0 25 0 1 0 164299222 309444608 73145 4089446400 4194304 8223781 140733670737216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24802/statm: 75548 73145 605 984 0 74561 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 302192

[startup+702.301 s]

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

[startup+882.3 s]
/proc/loadavg: 2.05 2.07 2.06 3/197 24826
/proc/meminfo: memFree=30843660/32951124 swapFree=67111528/67111528
[pid=24802] ppid=24800 vsize=315360 CPUtime=882.29
/proc/24802/stat : 24802 (pbscip.linux.x8) R 24800 24802 23831 0 -1 4202496 557074 0 0 0 85779 2450 0 0 25 0 1 0 164299222 322928640 76130 4089446400 4194304 8223781 140733670737216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24802/statm: 78840 76130 605 984 0 77853 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 315360

[startup+942.301 s]
/proc/loadavg: 2.02 2.05 2.05 3/197 24828
/proc/meminfo: memFree=30819820/32951124 swapFree=67111528/67111528
[pid=24802] ppid=24800 vsize=317324 CPUtime=942.3
/proc/24802/stat : 24802 (pbscip.linux.x8) R 24800 24802 23831 0 -1 4202496 557486 0 0 0 91727 2503 0 0 25 0 1 0 164299222 324939776 76541 4089446400 4194304 8223781 140733670737216 18446744073709551615 6446822 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24802/statm: 79331 76541 605 984 0 78344 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 317324

[startup+1002.3 s]
/proc/loadavg: 2.48 2.15 2.09 3/197 24830
/proc/meminfo: memFree=30793480/32951124 swapFree=67111528/67111528
[pid=24802] ppid=24800 vsize=318772 CPUtime=1002.3
/proc/24802/stat : 24802 (pbscip.linux.x8) R 24800 24802 23831 0 -1 4202496 557856 0 0 0 97678 2552 0 0 25 0 1 0 164299222 326422528 76907 4089446400 4194304 8223781 140733670737216 18446744073709551615 4209174 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24802/statm: 79693 76907 605 984 0 78706 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 318772

[startup+1062.3 s]
/proc/loadavg: 2.17 2.12 2.08 3/197 24832
/proc/meminfo: memFree=30759352/32951124 swapFree=67111528/67111528
[pid=24802] ppid=24800 vsize=320916 CPUtime=1062.3
/proc/24802/stat : 24802 (pbscip.linux.x8) R 24800 24802 23831 0 -1 4202496 558411 0 0 0 103627 2603 0 0 25 0 1 0 164299222 328617984 77443 4089446400 4194304 8223781 140733670737216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24802/statm: 80229 77443 605 984 0 79242 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 320916

[startup+1122.3 s]
/proc/loadavg: 2.27 2.18 2.10 3/197 24833
/proc/meminfo: memFree=30731276/32951124 swapFree=67111528/67111528
[pid=24802] ppid=24800 vsize=324144 CPUtime=1122.3
/proc/24802/stat : 24802 (pbscip.linux.x8) R 24800 24802 23831 0 -1 4202496 559167 0 0 0 109566 2664 0 0 25 0 1 0 164299222 331923456 78149 4089446400 4194304 8223781 140733670737216 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24802/statm: 81036 78149 605 984 0 80049 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 324144

[startup+1182.3 s]
/proc/loadavg: 2.14 2.16 2.10 3/197 24834
/proc/meminfo: memFree=30701228/32951124 swapFree=67111528/67111528
[pid=24802] ppid=24800 vsize=326840 CPUtime=1182.3
/proc/24802/stat : 24802 (pbscip.linux.x8) R 24800 24802 23831 0 -1 4202496 561379 0 0 0 115503 2727 0 0 25 0 1 0 164299222 334684160 78722 4089446400 4194304 8223781 140733670737216 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24802/statm: 81710 78722 605 984 0 80723 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 326840

[startup+1242.3 s]
/proc/loadavg: 2.08 2.14 2.09 3/197 24836
/proc/meminfo: memFree=30664840/32951124 swapFree=67111528/67111528
[pid=24802] ppid=24800 vsize=329664 CPUtime=1242.3
/proc/24802/stat : 24802 (pbscip.linux.x8) R 24800 24802 23831 0 -1 4202496 562364 0 0 0 121445 2785 0 0 25 0 1 0 164299222 337575936 79266 4089446400 4194304 8223781 140733670737216 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24802/statm: 82416 79266 605 984 0 81429 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 329664

[startup+1302.3 s]
/proc/loadavg: 2.03 2.11 2.08 3/197 24838
/proc/meminfo: memFree=30616560/32951124 swapFree=67111528/67111528
[pid=24802] ppid=24800 vsize=331088 CPUtime=1302.31
/proc/24802/stat : 24802 (pbscip.linux.x8) R 24800 24802 23831 0 -1 4202496 562755 0 0 0 127386 2845 0 0 25 0 1 0 164299222 339034112 79572 4089446400 4194304 8223781 140733670737216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24802/statm: 82772 79572 605 984 0 81785 0
Current children cumulated CPU time (s) 1302.31
Current children cumulated vsize (KiB) 331088

[startup+1362.3 s]
/proc/loadavg: 2.01 2.09 2.08 3/197 24840
/proc/meminfo: memFree=30580944/32951124 swapFree=67111528/67111528
[pid=24802] ppid=24800 vsize=335220 CPUtime=1362.31
/proc/24802/stat : 24802 (pbscip.linux.x8) R 24800 24802 23831 0 -1 4202496 564249 0 0 0 133314 2917 0 0 25 0 1 0 164299222 343265280 80330 4089446400 4194304 8223781 140733670737216 18446744073709551615 6162709 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24802/statm: 83805 80330 605 984 0 82818 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 335220

[startup+1422.31 s]
/proc/loadavg: 1.94 2.06 2.07 3/197 24841
/proc/meminfo: memFree=30542332/32951124 swapFree=67111528/67111528
[pid=24802] ppid=24800 vsize=337144 CPUtime=1422.31
/proc/24802/stat : 24802 (pbscip.linux.x8) R 24800 24802 23831 0 -1 4202496 593844 0 0 0 139243 2988 0 0 25 0 1 0 164299222 345235456 80736 4089446400 4194304 8223781 140733670737216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24802/statm: 84286 80736 605 984 0 83299 0
Current children cumulated CPU time (s) 1422.31
Current children cumulated vsize (KiB) 337144

[startup+1482.3 s]
/proc/loadavg: 1.98 2.04 2.06 3/197 24842
/proc/meminfo: memFree=30516380/32951124 swapFree=67111528/67111528
[pid=24802] ppid=24800 vsize=337276 CPUtime=1482.31
/proc/24802/stat : 24802 (pbscip.linux.x8) R 24800 24802 23831 0 -1 4202496 600043 0 0 0 145177 3054 0 0 25 0 1 0 164299222 345370624 80764 4089446400 4194304 8223781 140733670737216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24802/statm: 84319 80764 605 984 0 83332 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 337276

[startup+1542.3 s]
/proc/loadavg: 1.99 2.03 2.06 3/197 24844
/proc/meminfo: memFree=30490224/32951124 swapFree=67111528/67111528
[pid=24802] ppid=24800 vsize=337532 CPUtime=1542.31
/proc/24802/stat : 24802 (pbscip.linux.x8) R 24800 24802 23831 0 -1 4202496 605895 0 0 0 151120 3111 0 0 25 0 1 0 164299222 345632768 80863 4089446400 4194304 8223781 140733670737216 18446744073709551615 6003412 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24802/statm: 84383 80863 605 984 0 83396 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 337532

[startup+1602.3 s]
/proc/loadavg: 1.99 2.02 2.05 3/197 24846
/proc/meminfo: memFree=30460200/32951124 swapFree=67111528/67111528
[pid=24802] ppid=24800 vsize=338076 CPUtime=1602.31
/proc/24802/stat : 24802 (pbscip.linux.x8) R 24800 24802 23831 0 -1 4202496 606387 0 0 0 157063 3168 0 0 25 0 1 0 164299222 346189824 80978 4089446400 4194304 8223781 140733670737216 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24802/statm: 84519 80978 605 984 0 83532 0
Current children cumulated CPU time (s) 1602.31
Current children cumulated vsize (KiB) 338076

[startup+1662.3 s]
/proc/loadavg: 1.99 2.02 2.04 3/179 24878
/proc/meminfo: memFree=31264040/32951124 swapFree=67111528/67111528
[pid=24802] ppid=24800 vsize=338112 CPUtime=1662.31
/proc/24802/stat : 24802 (pbscip.linux.x8) R 24800 24802 23831 0 -1 4202496 608043 0 0 0 163010 3221 0 0 25 0 1 0 164299222 346226688 80987 4089446400 4194304 8223781 140733670737216 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24802/statm: 84528 80987 605 984 0 83541 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 338112

[startup+1722.3 s]
/proc/loadavg: 2.05 2.03 2.04 3/179 24879
/proc/meminfo: memFree=31090604/32951124 swapFree=67111528/67111528
[pid=24802] ppid=24800 vsize=338228 CPUtime=1722.31
/proc/24802/stat : 24802 (pbscip.linux.x8) R 24800 24802 23831 0 -1 4202496 608199 0 0 0 168952 3279 0 0 25 0 1 0 164299222 346345472 81043 4089446400 4194304 8223781 140733670737216 18446744073709551615 5954078 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24802/statm: 84557 81043 605 984 0 83570 0
Current children cumulated CPU time (s) 1722.31
Current children cumulated vsize (KiB) 338228

[startup+1782.3 s]
/proc/loadavg: 2.02 2.02 2.04 3/179 24880
/proc/meminfo: memFree=30985388/32951124 swapFree=67111528/67111528
[pid=24802] ppid=24800 vsize=339480 CPUtime=1782.31
/proc/24802/stat : 24802 (pbscip.linux.x8) R 24800 24802 23831 0 -1 4202496 608469 0 0 0 174903 3328 0 0 25 0 1 0 164299222 347627520 81292 4089446400 4194304 8223781 140733670737216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24802/statm: 84870 81292 605 984 0 83883 0
Current children cumulated CPU time (s) 1782.31
Current children cumulated vsize (KiB) 339480



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.01 2.02 2.04 3/179 24881
/proc/meminfo: memFree=30984732/32951124 swapFree=67111528/67111528
[pid=24802] ppid=24800 vsize=339480 CPUtime=1800.02
/proc/24802/stat : 24802 (pbscip.linux.x8) R 24800 24802 23831 0 -1 4202496 608473 0 0 0 176660 3342 0 0 25 0 1 0 164299222 347627520 81293 4089446400 4194304 8223781 140733670737216 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24802/statm: 84870 81293 605 984 0 83883 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 339480

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

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

[startup+1800.11 s]
/proc/loadavg: 2.01 2.02 2.04 3/179 24881
/proc/meminfo: memFree=30984732/32951124 swapFree=67111528/67111528
[pid=24802] ppid=24800 vsize=327288 CPUtime=1800.12
/proc/24802/stat : 24802 (pbscip.linux.x8) R 24800 24802 23831 0 -1 4202496 608487 0 0 0 176670 3342 0 0 25 0 1 0 164299222 335142912 78235 4089446400 4194304 8223781 140733670737216 18446744073709551615 4212288 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/24802/statm: 81822 78235 607 984 0 80835 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 327288

Child status: 0
Real time (s): 1800.18
CPU time (s): 1800.21
CPU user time (s): 1766.77
CPU system time (s): 33.4399
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 339624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1766.77
system time used= 33.4399
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 608491
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= 5
involuntary context switches= 1948

runsolver used 2.73958 second user time and 6.05608 second system time

The end

Launcher Data

Begin job on node119 at 2010-06-30 16:03:17
IDJOB=2692845
IDBENCH=78941
IDSOLVER=1204
FILE ID=node119/2692845-1277906597
PBS_JOBID= 11197241
Free space on /tmp= 74212 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900558106--soft-33-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2692845-1277906597/watcher-2692845-1277906597 -o /tmp/evaluation-result-2692845-1277906597/solver-2692845-1277906597 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692845-1277906597.wbo -t 1800 -m 3800

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

MD5SUM BENCH= eba88192ede2bf17faa7af9ad7b0465e
RANDOM SEED=489133171

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31402328 kB
Buffers:        192464 kB
Cached:         953232 kB
SwapCached:          0 kB
Active:         772848 kB
Inactive:       631576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31402328 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5348 kB
Writeback:           0 kB
AnonPages:      259008 kB
Mapped:          20464 kB
Slab:            78876 kB
PageTables:       5416 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1661280 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74204 MiB
End job on node119 at 2010-06-30 16:33:19