Trace number 2705057

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.26 1790.19

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900544484--soft-0-100-0.wbo
MD5SUMe3f6753fad3114c64a2e1439cb62c0aa
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 benchmark84.5321
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 137946
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 137945
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 741
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-2705057-1278578334.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 137945
0.09/0.11	c feasible solution found by trivial heuristic, objective value  1.379450e+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.2s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.379450e+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.379450e+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.379450e+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.379450e+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.379450e+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.379450e+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.379450e+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.379450e+05 |    Inf 
18.70/18.77	c  18.7s| 10000 | 10001 |  2878 |   0.3 |  42M|1743 |   0 |5645 |5414 |5645 | 224 | 770 |   0 | 565 | 0.000000e+00 | 1.379450e+05 |    Inf 
35.69/35.73	c  35.7s| 20000 | 19997 |  4651 |   0.2 |  63M|1743 |   0 |5645 |5421 |5645 | 221 |1243 |   7 | 677 | 0.000000e+00 | 1.379450e+05 |    Inf 
47.39/47.49	o 591
47.39/47.49	c *47.5s| 26875 | 18201 |  5614 |   0.2 |  61M|1743 |   - |5645 |5429 |5645 | 193 |1467 |  15 | 722 | 0.000000e+00 | 5.910000e+02 |    Inf 
51.19/51.27	o 512
51.19/51.27	c *51.2s| 28759 | 18869 |  6475 |   0.2 |  63M|1743 |   - |5645 |5429 |5645 | 221 |1670 |  15 | 746 | 0.000000e+00 | 5.120000e+02 |    Inf 
51.49/51.59	o 452
51.49/51.59	c *51.6s| 28925 | 18121 |  6555 |   0.2 |  62M|1743 |   - |5645 |5429 |5645 | 228 |1689 |  15 | 747 | 0.000000e+00 | 4.520000e+02 |    Inf 
53.90/53.96	c  53.9s| 30000 | 19171 |  7056 |   0.2 |  64M|1743 |   0 |5645 |5516 |5645 | 211 |1832 | 102 | 753 | 0.000000e+00 | 4.520000e+02 |    Inf 
54.39/54.45	o 447
54.39/54.45	c *54.4s| 30223 | 19295 |  7141 |   0.2 |  65M|1743 |   - |5645 |5575 |5645 | 222 |1858 | 161 | 753 | 0.000000e+00 | 4.470000e+02 |    Inf 
54.90/54.91	o 391
54.90/54.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
54.90/54.91	c *54.9s| 30423 | 18325 |  7229 |   0.2 |  64M|1743 |   - |5645 |5671 |5645 | 222 |1879 | 257 | 753 | 0.000000e+00 | 3.910000e+02 |    Inf 
56.59/56.68	o 380
56.59/56.68	c *56.6s| 31117 | 18507 |  7494 |   0.2 |  65M|1743 |   - |5645 |5857 |5645 | 203 |1910 | 443 | 770 | 0.000000e+00 | 3.800000e+02 |    Inf 
57.50/57.52	o 348
57.50/57.52	c *57.5s| 31484 | 17332 |  7656 |   0.2 |  64M|1743 |   - |5645 |5875 |5645 | 198 |1924 | 461 | 772 | 0.000000e+00 | 3.480000e+02 |    Inf 
66.20/66.22	o 338
66.20/66.22	c *66.2s| 34708 | 19468 | 11162 |   0.3 |  74M|1743 |   - |5645 |7015 |5645 | 235 |2837 |1601 | 864 | 0.000000e+00 | 3.380000e+02 |    Inf 
67.99/68.08	o 335
67.99/68.08	c *68.1s| 35410 | 19884 | 11752 |   0.3 |  76M|1743 |   - |5645 |7287 |5645 | 220 |2972 |1873 | 875 | 0.000000e+00 | 3.350000e+02 |    Inf 
68.10/68.12	o 333
68.10/68.12	c *68.1s| 35417 | 19757 | 11755 |   0.3 |  76M|1743 |   - |5645 |7287 |5645 | 221 |2973 |1873 | 875 | 0.000000e+00 | 3.330000e+02 |    Inf 
68.49/68.58	o 314
68.49/68.58	c *68.6s| 35682 | 18659 | 11771 |   0.3 |  74M|1743 |   - |5645 |7294 |5645 | 218 |2977 |1880 | 875 | 0.000000e+00 | 3.140000e+02 |    Inf 
70.09/70.18	o 297
70.09/70.18	c *70.1s| 36361 | 18255 | 12119 |   0.3 |  73M|1743 |   - |5645 |7398 |5645 | 219 |3065 |1984 | 880 | 0.000000e+00 | 2.970000e+02 |    Inf 
70.90/70.93	o 292
70.90/70.93	c *70.9s| 36687 | 18280 | 12224 |   0.3 |  73M|1743 |   - |5645 |7428 |5645 | 215 |3088 |2014 | 881 | 0.000000e+00 | 2.920000e+02 |    Inf 
72.69/72.74	o 269
72.69/72.74	c *72.7s| 37403 | 17260 | 12691 |   0.3 |  71M|1743 |   - |5645 |7615 |5645 | 221 |3209 |2201 | 891 | 0.000000e+00 | 2.690000e+02 |    Inf 
72.79/72.83	o 265
72.79/72.83	c *72.8s| 37424 | 17075 | 12799 |   0.3 |  70M|1743 |   - |5645 |7615 |5645 | 227 |3233 |2201 | 897 | 0.000000e+00 | 2.650000e+02 |    Inf 
72.79/72.83	o 261
72.79/72.83	c *72.8s| 37425 | 16847 | 12799 |   0.3 |  69M|1743 |   - |5645 |7615 |5645 | 227 |3233 |2201 | 897 | 0.000000e+00 | 2.610000e+02 |    Inf 
73.00/73.02	o 260
73.00/73.02	c *73.0s| 37482 | 16847 | 12912 |   0.3 |  70M|1743 |   - |5645 |7644 |5645 | 227 |3257 |2230 | 907 | 0.000000e+00 | 2.600000e+02 |    Inf 
75.49/75.58	o 259
75.49/75.58	c *75.6s| 38574 | 17809 | 13611 |   0.3 |  73M|1743 |   - |5645 |7826 |5645 | 213 |3485 |2412 | 915 | 0.000000e+00 | 2.590000e+02 |    Inf 
75.49/75.59	o 256
75.49/75.59	c *75.6s| 38575 | 17618 | 13615 |   0.3 |  72M|1743 |   - |5645 |7826 |5645 | 213 |3485 |2412 | 915 | 0.000000e+00 | 2.560000e+02 |    Inf 
76.39/76.45	o 237
76.39/76.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
76.39/76.45	c *76.4s| 38931 | 16395 | 13820 |   0.4 |  69M|1743 |   - |5645 |7872 |5645 | 215 |3546 |2458 | 915 | 0.000000e+00 | 2.370000e+02 |    Inf 
78.10/78.13	o 226
78.10/78.13	c *78.1s| 39569 | 15980 | 14328 |   0.4 |  68M|1743 |   - |5645 |7996 |5645 | 219 |3711 |2585 | 916 | 0.000000e+00 | 2.260000e+02 |    Inf 
78.29/78.37	o 208
78.29/78.37	c *78.3s| 39700 | 14785 | 14402 |   0.4 |  65M|1743 |   - |5645 |8008 |5645 | 218 |3724 |2598 | 916 | 0.000000e+00 | 2.080000e+02 |    Inf 
78.59/78.66	o 191
78.59/78.66	c *78.6s| 39848 | 13564 | 14534 |   0.4 |  62M|1743 |   - |5645 |8012 |5645 | 225 |3745 |2603 | 916 | 0.000000e+00 | 1.910000e+02 |    Inf 
78.89/78.90	o 187
78.89/78.90	c *78.9s| 39921 | 13065 | 14574 |   0.4 |  61M|1743 |   - |5645 |8032 |5645 | 220 |3759 |2624 | 916 | 0.000000e+00 | 1.870000e+02 |    Inf 
78.89/78.98	o 171
78.89/78.98	c *78.9s| 39999 | 11708 | 14578 |   0.4 |  58M|1743 |   - |5645 |8032 |5645 | 220 |3759 |2624 | 916 | 0.000000e+00 | 1.710000e+02 |    Inf 
78.99/79.00	c  79.0s| 40000 | 11709 | 14588 |   0.4 |  58M|1743 |   0 |5645 |8032 |5645 | 218 |3762 |2624 | 916 | 0.000000e+00 | 1.710000e+02 |    Inf 
82.00/82.07	o 165
82.00/82.07	c *82.0s| 40953 | 12107 | 16355 |   0.4 |  61M|1743 |   - |5645 |8339 |5645 | 197 |4247 |2944 | 963 | 0.000000e+00 | 1.650000e+02 |    Inf 
83.80/83.81	o 162
83.80/83.81	c *83.8s| 41431 | 12137 | 17658 |   0.4 |  65M|1743 |   - |5645 |8693 |5645 | 203 |4561 |3340 |1070 | 0.000000e+00 | 1.620000e+02 |    Inf 
85.00/85.01	o 156
85.00/85.01	c *85.0s| 41720 | 11765 | 18677 |   0.4 |  65M|1743 |   - |5645 |8892 |5645 | 214 |4800 |3589 |1108 | 0.000000e+00 | 1.560000e+02 |    Inf 
86.19/86.28	o 128
86.19/86.28	c *86.2s| 42110 |  9557 | 19296 |   0.5 |  59M|1743 |   - |5645 |8944 |5645 | 208 |4978 |3693 |1131 | 0.000000e+00 | 1.280000e+02 |    Inf 
86.19/86.28	o 127
86.19/86.28	c *86.3s| 42111 |  9453 | 19296 |   0.5 |  58M|1743 |   - |5645 |8944 |5645 | 208 |4978 |3693 |1131 | 0.000000e+00 | 1.270000e+02 |    Inf 
86.80/86.82	o 121
86.80/86.82	c *86.8s| 42235 |  9064 | 19999 |   0.5 |  59M|1743 |   - |5645 |8978 |5645 | 219 |5172 |3749 |1158 | 0.000000e+00 | 1.210000e+02 |    Inf 
86.80/86.82	o 117
86.80/86.82	c *86.8s| 42236 |  8845 | 20007 |   0.5 |  58M|1743 |   - |5645 |8978 |5645 | 219 |5172 |3749 |1158 | 0.000000e+00 | 1.170000e+02 |    Inf 
88.59/88.68	o 111
88.59/88.68	c *88.7s| 42755 |  8779 | 21236 |   0.5 |  60M|1743 |   - |5645 |9147 |5645 | 212 |5450 |4087 |1193 | 0.000000e+00 | 1.110000e+02 |    Inf 
89.29/89.38	o 105
89.29/89.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
89.29/89.38	c *89.4s| 43018 |  8551 | 21910 |   0.5 |  61M|1743 |   - |5645 |9143 |5645 | 207 |5661 |4157 |1202 | 0.000000e+00 | 1.050000e+02 |    Inf 
89.39/89.40	o 98
89.39/89.40	c *89.4s| 43020 |  7768 | 21927 |   0.5 |  58M|1743 |   - |5645 |9143 |5645 | 207 |5661 |4157 |1202 | 0.000000e+00 | 9.800000e+01 |    Inf 
89.39/89.45	o 95
89.39/89.45	c *89.4s| 43031 |  7431 | 21946 |   0.5 |  57M|1743 |   - |5645 |8997 |5645 | 207 |5661 |4161 |1202 | 0.000000e+00 | 9.500000e+01 |    Inf 
89.39/89.45	o 94
89.39/89.45	c *89.4s| 43032 |  7308 | 21946 |   0.5 |  57M|1743 |   - |5645 |8997 |5645 | 207 |5661 |4161 |1202 | 0.000000e+00 | 9.400000e+01 |    Inf 
89.79/89.85	o 84
89.79/89.85	c *89.8s| 43192 |  5922 | 22358 |   0.5 |  50M|1743 |   - |5645 |8793 |5645 | 218 |5792 |4181 |1211 | 0.000000e+00 | 8.400000e+01 |    Inf 
114.70/114.75	c   115s| 50000 |  8988 | 43643 |   0.9 |  78M|1743 |   1 |5645 |8614 |5645 | 174 |  11k|8877 |1478 | 0.000000e+00 | 8.400000e+01 |    Inf 
118.50/118.53	o 62
118.50/118.53	c * 119s| 51197 |  7623 | 46169 |   0.9 |  73M|1743 |   - |5645 |8605 |5645 | 199 |  12k|9570 |1482 | 0.000000e+00 | 6.200000e+01 |    Inf 
118.50/118.54	o 55
118.50/118.54	c * 119s| 51198 |  6822 | 46169 |   0.9 |  69M|1743 |   - |5645 |8605 |5645 | 199 |  12k|9570 |1482 | 0.000000e+00 | 5.500000e+01 |    Inf 
118.60/118.64	o 53
118.60/118.64	c * 119s| 51216 |  6644 | 46378 |   0.9 |  68M|1743 |   - |5645 |7031 |5645 | 189 |  12k|9590 |1482 | 0.000000e+00 | 5.300000e+01 |    Inf 
124.39/124.49	o 52
124.39/124.49	c * 124s| 53093 |  6954 | 56329 |   1.1 |  72M|1743 |   - |5645 |7093 |5645 | 236 |  14k|  11k|1553 | 0.000000e+00 | 5.200000e+01 |    Inf 
124.49/124.51	o 43
124.49/124.51	c * 124s| 53094 |  6462 | 56329 |   1.1 |  68M|1743 |   - |5645 |7093 |5645 | 236 |  14k|  11k|1553 | 0.000000e+00 | 4.300000e+01 |    Inf 
135.69/135.70	o 40
135.69/135.70	c * 136s| 57176 |  6573 | 76314 |   1.3 |  73M|1743 |   - |5645 |5881 |5645 | 233 |  19k|  16k|1648 | 0.000000e+00 | 4.000000e+01 |    Inf 
135.99/136.01	o 28
135.99/136.01	c * 136s| 57311 |  6160 | 76790 |   1.3 |  69M|1743 |   - |5645 |5691 |5645 | 232 |  19k|  16k|1650 | 0.000000e+00 | 2.800000e+01 |    Inf 
138.90/138.91	o 26
138.90/138.91	c * 139s| 58445 |  6073 | 82858 |   1.4 |  69M|1743 |   - |5645 |5192 |5645 | 222 |  21k|  17k|1741 | 0.000000e+00 | 2.600000e+01 |    Inf 
141.19/141.20	o 24
141.19/141.20	c * 141s| 59401 |  6035 | 88978 |   1.5 |  69M|1743 |   - |5645 |5134 |5645 | 222 |  22k|  18k|1783 | 0.000000e+00 | 2.400000e+01 |    Inf 
142.40/142.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
142.40/142.45	c   142s| 60000 |  6091 | 91885 |   1.5 |  70M|1743 |   - |5645 |5274 |   0 |   0 |  23k|  19k|1826 | 0.000000e+00 | 2.400000e+01 |    Inf 
143.30/143.35	o 22
143.30/143.35	c * 143s| 60449 |  5799 | 93744 |   1.5 |  66M|1743 |   - |5645 |5545 |5645 | 253 |  23k|  19k|1857 | 0.000000e+00 | 2.200000e+01 |    Inf 
143.60/143.69	o 21
143.60/143.69	c * 144s| 60621 |  5791 | 94351 |   1.6 |  66M|1743 |   - |5645 |5536 |5645 | 263 |  23k|  20k|1859 | 0.000000e+00 | 2.100000e+01 |    Inf 
143.70/143.72	o 13
143.70/143.72	c * 144s| 60626 |  5202 | 94381 |   1.6 |  63M|1743 |   - |5645 |5493 |5645 | 266 |  23k|  20k|1859 | 0.000000e+00 | 1.300000e+01 |    Inf 
143.90/143.99	o 9
143.90/143.99	c * 144s| 60779 |  4873 | 95071 |   1.6 |  60M|1743 |   - |5645 |5268 |5645 | 265 |  23k|  20k|1863 | 0.000000e+00 | 9.000000e+00 |    Inf 
153.00/153.06	o 6
153.00/153.06	c * 153s| 65803 |  4406 |120618 |   1.8 |  60M|1743 |   - |5645 |5707 |5645 | 179 |  28k|  26k|2076 | 0.000000e+00 | 6.000000e+00 |    Inf 
159.79/159.89	c   160s| 70000 |  4539 |137546 |   2.0 |  62M|1743 |   1 |5645 |7146 |5645 | 196 |  31k|  31k|2188 | 0.000000e+00 | 6.000000e+00 |    Inf 
172.40/172.48	o 5
172.40/172.48	c * 172s| 77158 |  4719 |172154 |   2.2 |  64M|1743 |   - |5645 |6649 |5645 | 220 |  37k|  41k|2459 | 0.000000e+00 | 5.000000e+00 |    Inf 
177.30/177.39	c   177s| 80000 |  4786 |185216 |   2.3 |  66M|1743 |   - |5645 |7487 |   0 |   0 |  39k|  45k|2533 | 0.000000e+00 | 5.000000e+00 |    Inf 
194.40/194.44	c   194s| 90000 |  4974 |231026 |   2.6 |  69M|1743 |   1 |5645 |7786 |5645 | 232 |  46k|  59k|2784 | 0.000000e+00 | 5.000000e+00 |    Inf 
211.80/211.80	c   212s|100000 |  5214 |278732 |   2.8 |  73M|1743 |   1 |5645 |9676 |5645 | 257 |  52k|  73k|3026 | 0.000000e+00 | 5.000000e+00 |    Inf 
230.00/230.00	c   230s|110000 |  5395 |328211 |   3.0 |  76M|1743 |   1 |5645 |9800 |5645 | 296 |  58k|  88k|3227 | 0.000000e+00 | 5.000000e+00 |    Inf 
247.51/247.57	c   248s|120000 |  5390 |373191 |   3.1 |  77M|1743 |   - |5645 |7983 |   0 |   0 |  63k| 102k|3416 | 0.000000e+00 | 5.000000e+00 |    Inf 
260.40/260.46	o 4
260.40/260.46	c * 260s|127350 |  5070 |405961 |   3.2 |  76M|1743 |   - |5645 |9269 |5645 | 212 |  68k| 113k|3542 | 0.000000e+00 | 4.000000e+00 |    Inf 
265.20/265.23	c   265s|130000 |  5081 |419122 |   3.2 |  76M|1743 |   1 |5645 |9654 |5645 | 229 |  69k| 116k|3578 | 0.000000e+00 | 4.000000e+00 |    Inf 
283.71/283.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
283.71/283.70	c   284s|140000 |  4983 |470745 |   3.4 |  76M|1743 |  12 |5645 |8993 |5645 | 235 |  77k| 131k|3780 | 0.000000e+00 | 4.000000e+00 |    Inf 
301.20/301.28	c   301s|150000 |  4917 |515879 |   3.4 |  75M|1743 |  25 |5645 |7104 |5645 | 237 |  83k| 144k|3988 | 0.000000e+00 | 4.000000e+00 |    Inf 
319.01/319.08	c   319s|160000 |  4963 |563586 |   3.5 |  78M|1743 |   - |5645 |  11k|   0 |   0 |  91k| 158k|4132 | 0.000000e+00 | 4.000000e+00 |    Inf 
339.01/339.01	c   339s|170000 |  4861 |617714 |   3.6 |  76M|1743 |   - |5645 |8782 |   0 |   0 | 100k| 171k|4341 | 0.000000e+00 | 4.000000e+00 |    Inf 
356.31/356.31	o 3
356.31/356.31	c * 356s|179365 |  4642 |665128 |   3.7 |  74M|1743 |   - |5645 |  11k|5645 | 248 | 106k| 184k|4468 | 0.000000e+00 | 3.000000e+00 |    Inf 
357.51/357.57	c   358s|180000 |  4636 |668835 |   3.7 |  74M|1743 |   - |5645 |  10k|   0 |   0 | 107k| 185k|4478 | 0.000000e+00 | 3.000000e+00 |    Inf 
376.70/376.77	c   377s|190000 |  4630 |722596 |   3.8 |  75M|1743 |  21 |5645 |  11k|5645 | 229 | 114k| 199k|4633 | 0.000000e+00 | 3.000000e+00 |    Inf 
394.91/394.95	c   395s|200000 |  4431 |771781 |   3.9 |  72M|1743 |   - |5645 |9030 |   0 |   0 | 120k| 212k|4800 | 0.000000e+00 | 3.000000e+00 |    Inf 
412.41/412.44	c   412s|210000 |  4281 |820997 |   3.9 |  71M|1743 |   - |5645 |9280 |   0 |   0 | 126k| 226k|4938 | 0.000000e+00 | 3.000000e+00 |    Inf 
431.61/431.62	c   432s|220000 |  4236 |874439 |   4.0 |  72M|1743 |   1 |5645 |  11k|5645 | 233 | 133k| 239k|5073 | 0.000000e+00 | 3.000000e+00 |    Inf 
450.20/450.24	c   450s|230000 |  3924 |925138 |   4.0 |  69M|1743 |   - |5645 |8554 |   0 |   0 | 140k| 253k|5178 | 0.000000e+00 | 3.000000e+00 |    Inf 
468.21/468.27	c   468s|240000 |  3772 |980351 |   4.1 |  68M|1743 |   7 |5645 |9720 |5645 | 221 | 149k| 266k|5325 | 0.000000e+00 | 3.000000e+00 |    Inf 
487.32/487.33	c   487s|250000 |  3818 |  1040k|   4.2 |  70M|1743 |   1 |5645 |  12k|5645 | 200 | 159k| 280k|5449 | 0.000000e+00 | 3.000000e+00 |    Inf 
506.61/506.63	c   507s|260000 |  3876 |  1091k|   4.2 |  72M|1743 |   6 |5645 |  16k|5645 | 202 | 167k| 294k|5538 | 0.000000e+00 | 3.000000e+00 |    Inf 
527.11/527.12	c   527s|270000 |  3735 |  1149k|   4.3 |  69M|1743 |   - |5645 |  11k|5645 | 206 | 175k| 308k|5637 | 0.000000e+00 | 3.000000e+00 |    Inf 
545.52/545.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
545.52/545.55	c   546s|280000 |  3711 |  1201k|   4.3 |  69M|1743 |  13 |5645 |  11k|5645 | 210 | 182k| 321k|5819 | 0.000000e+00 | 3.000000e+00 |    Inf 
564.91/564.92	c   565s|290000 |  3729 |  1253k|   4.3 |  70M|1743 |   1 |5645 |  14k|5645 | 229 | 189k| 335k|5927 | 0.000000e+00 | 3.000000e+00 |    Inf 
584.81/584.83	c   585s|300000 |  3722 |  1302k|   4.3 |  71M|1743 |   - |5645 |  15k|   0 |   0 | 196k| 348k|6008 | 0.000000e+00 | 3.000000e+00 |    Inf 
603.01/603.09	c   603s|310000 |  3451 |  1353k|   4.4 |  67M|1743 |   - |5645 |  11k|   0 |   0 | 204k| 361k|6121 | 0.000000e+00 | 3.000000e+00 |    Inf 
622.62/622.61	c   623s|320000 |  3564 |  1410k|   4.4 |  70M|1743 |   - |5645 |  15k|   0 |   0 | 212k| 374k|6203 | 0.000000e+00 | 3.000000e+00 |    Inf 
641.61/641.63	c   642s|330000 |  3545 |  1463k|   4.4 |  70M|1743 |   - |5645 |  15k|   0 |   0 | 218k| 387k|6283 | 0.000000e+00 | 3.000000e+00 |    Inf 
661.42/661.46	c   661s|340000 |  3453 |  1519k|   4.5 |  69M|1743 |   - |5645 |  15k|   0 |   0 | 226k| 400k|6349 | 0.000000e+00 | 3.000000e+00 |    Inf 
681.52/681.51	c   681s|350000 |  3491 |  1580k|   4.5 |  70M|1743 |   - |5645 |  14k|   0 |   0 | 234k| 414k|6577 | 0.000000e+00 | 3.000000e+00 |    Inf 
701.02/701.06	c   701s|360000 |  2960 |  1634k|   4.5 |  65M|1743 |  20 |5645 |  10k|5645 | 225 | 242k| 427k|6699 | 0.000000e+00 | 3.000000e+00 |    Inf 
719.52/719.51	c   719s|370000 |  2592 |  1685k|   4.6 |  62M|1743 |   9 |5645 |  10k|5645 | 235 | 249k| 441k|6779 | 0.000000e+00 | 3.000000e+00 |    Inf 
739.32/739.31	c   739s|380000 |  2593 |  1743k|   4.6 |  64M|1743 |   1 |5645 |  15k|5645 | 223 | 257k| 455k|6834 | 0.000000e+00 | 3.000000e+00 |    Inf 
761.02/761.05	c   761s|390000 |  2709 |  1802k|   4.6 |  66M|1743 |   - |5645 |  19k|   0 |   0 | 266k| 468k|6908 | 0.000000e+00 | 3.000000e+00 |    Inf 
785.22/785.28	c   785s|400000 |  2811 |  1860k|   4.7 |  68M|1743 |   - |5645 |  22k|   0 |   0 | 275k| 482k|6984 | 0.000000e+00 | 3.000000e+00 |    Inf 
808.73/808.71	c   809s|410000 |  2659 |  1917k|   4.7 |  66M|1743 |  18 |5645 |  17k|5645 | 257 | 282k| 495k|7044 | 0.000000e+00 | 3.000000e+00 |    Inf 
829.33/829.34	c   829s|420000 |  2642 |  1962k|   4.7 |  65M|1743 |   - |5645 |  16k|   0 |   0 | 288k| 509k|7205 | 0.000000e+00 | 3.000000e+00 |    Inf 
850.12/850.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
850.12/850.15	c   850s|430000 |  2736 |  2011k|   4.7 |  68M|1743 |   - |5645 |  19k|   0 |   0 | 296k| 522k|7257 | 0.000000e+00 | 3.000000e+00 |    Inf 
871.63/871.67	c   872s|440000 |  2736 |  2057k|   4.7 |  67M|1743 |   - |5645 |  17k|   0 |   0 | 302k| 535k|7328 | 0.000000e+00 | 3.000000e+00 |    Inf 
893.24/893.24	c   893s|450000 |  2743 |  2109k|   4.7 |  68M|1743 |   - |5645 |  18k|   0 |   0 | 309k| 548k|7412 | 0.000000e+00 | 3.000000e+00 |    Inf 
914.13/914.15	c   914s|460000 |  2813 |  2154k|   4.7 |  70M|1743 |   - |5645 |  21k|   0 |   0 | 316k| 561k|7478 | 0.000000e+00 | 3.000000e+00 |    Inf 
937.73/937.74	c   938s|470000 |  2852 |  2210k|   4.7 |  72M|1743 |   - |5645 |  24k|   0 |   0 | 325k| 575k|7531 | 0.000000e+00 | 3.000000e+00 |    Inf 
961.43/961.48	c   961s|480000 |  2806 |  2265k|   4.7 |  71M|1743 |   - |5645 |  23k|   0 |   0 | 333k| 588k|7613 | 0.000000e+00 | 3.000000e+00 |    Inf 
987.03/987.05	c   987s|490000 |  2885 |  2328k|   4.8 |  74M|1743 |   - |5645 |  26k|   0 |   0 | 341k| 602k|7696 | 0.000000e+00 | 3.000000e+00 |    Inf 
1011.03/1011.04	c  1011s|500000 |  2800 |  2380k|   4.8 |  71M|1743 |   - |5645 |  20k|   0 |   0 | 347k| 615k|7773 | 0.000000e+00 | 3.000000e+00 |    Inf 
1032.83/1032.87	c  1033s|510000 |  2829 |  2422k|   4.8 |  73M|1743 |   - |5645 |  24k|   0 |   0 | 351k| 628k|7815 | 0.000000e+00 | 3.000000e+00 |    Inf 
1056.13/1056.11	c  1056s|520000 |  2845 |  2470k|   4.7 |  73M|1743 |   - |5645 |  23k|   0 |   0 | 357k| 642k|7893 | 0.000000e+00 | 3.000000e+00 |    Inf 
1079.14/1079.19	c  1079s|530000 |  2937 |  2520k|   4.8 |  74M|1743 |   - |5645 |  23k|   0 |   0 | 364k| 655k|7949 | 0.000000e+00 | 3.000000e+00 |    Inf 
1102.54/1102.59	c  1103s|540000 |  2905 |  2569k|   4.8 |  75M|1743 |   - |5645 |  24k|   0 |   0 | 370k| 669k|8011 | 0.000000e+00 | 3.000000e+00 |    Inf 
1126.44/1126.42	c  1126s|550000 |  2972 |  2619k|   4.8 |  75M|1743 |  18 |5645 |  21k|5645 | 258 | 376k| 682k|8076 | 0.000000e+00 | 3.000000e+00 |    Inf 
1151.04/1151.00	c  1151s|560000 |  3094 |  2670k|   4.8 |  77M|1743 |   - |5645 |  24k|   0 |   0 | 383k| 695k|8139 | 0.000000e+00 | 3.000000e+00 |    Inf 
1174.94/1174.99	c  1175s|570000 |  3201 |  2724k|   4.8 |  79M|1743 |   - |5645 |  25k|   0 |   0 | 390k| 710k|8205 | 0.000000e+00 | 3.000000e+00 |    Inf 
1199.54/1199.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1199.54/1199.55	c  1200s|580000 |  3273 |  2779k|   4.8 |  80M|1743 |   - |5645 |  26k|   0 |   0 | 398k| 725k|8273 | 0.000000e+00 | 3.000000e+00 |    Inf 
1224.35/1224.40	c  1224s|590000 |  3278 |  2834k|   4.8 |  81M|1743 |  21 |5645 |  25k|5645 | 276 | 405k| 740k|8337 | 0.000000e+00 | 3.000000e+00 |    Inf 
1249.04/1249.03	c  1249s|600000 |  3298 |  2889k|   4.8 |  81M|1743 |  13 |5645 |  26k|5645 | 235 | 414k| 754k|8384 | 0.000000e+00 | 3.000000e+00 |    Inf 
1273.34/1273.35	c  1273s|610000 |  3326 |  2942k|   4.8 |  82M|1743 |   1 |5645 |  27k|5645 | 261 | 421k| 769k|8451 | 0.000000e+00 | 3.000000e+00 |    Inf 
1297.44/1297.43	c  1297s|620000 |  3322 |  2994k|   4.8 |  82M|1743 |   - |5645 |  24k|   0 |   0 | 427k| 782k|8508 | 0.000000e+00 | 3.000000e+00 |    Inf 
1321.35/1321.31	c  1321s|630000 |  3279 |  3048k|   4.8 |  82M|1743 |  11 |5645 |  25k|5645 | 248 | 433k| 797k|8555 | 0.000000e+00 | 3.000000e+00 |    Inf 
1344.94/1344.93	c  1345s|640000 |  3268 |  3100k|   4.8 |  82M|1743 |   - |5645 |  25k|   0 |   0 | 440k| 811k|8611 | 0.000000e+00 | 3.000000e+00 |    Inf 
1368.94/1368.93	c  1369s|650000 |  3257 |  3155k|   4.9 |  83M|1743 |   - |5645 |  26k|   0 |   0 | 447k| 825k|8667 | 0.000000e+00 | 3.000000e+00 |    Inf 
1394.05/1394.07	c  1394s|660000 |  3259 |  3211k|   4.9 |  83M|1743 |   8 |5645 |  27k|5645 | 259 | 456k| 839k|8713 | 0.000000e+00 | 3.000000e+00 |    Inf 
1420.55/1420.59	c  1421s|670000 |  3260 |  3272k|   4.9 |  84M|1743 |   - |5645 |  27k|   0 |   0 | 464k| 853k|8781 | 0.000000e+00 | 3.000000e+00 |    Inf 
1444.26/1444.28	c  1444s|680000 |  3302 |  3327k|   4.9 |  84M|1743 |  11 |5645 |  28k|5645 | 268 | 472k| 867k|8840 | 0.000000e+00 | 3.000000e+00 |    Inf 
1469.15/1469.17	c  1469s|690000 |  3335 |  3390k|   4.9 |  85M|1743 |   - |5645 |  28k|   0 |   0 | 481k| 883k|8912 | 0.000000e+00 | 3.000000e+00 |    Inf 
1494.85/1494.84	c  1495s|700000 |  3314 |  3449k|   4.9 |  86M|1743 |  17 |5645 |  28k|5645 | 260 | 489k| 898k|8975 | 0.000000e+00 | 3.000000e+00 |    Inf 
1520.55/1520.55	c  1521s|710000 |  3320 |  3511k|   4.9 |  87M|1743 |   - |5645 |  29k|   0 |   0 | 497k| 914k|9026 | 0.000000e+00 | 3.000000e+00 |    Inf 
1547.35/1547.35	c  1547s|720000 |  3268 |  3572k|   5.0 |  86M|1743 |   - |5645 |  28k|   0 |   0 | 506k| 931k|9078 | 0.000000e+00 | 3.000000e+00 |    Inf 
1571.55/1571.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1571.55/1571.50	c  1571s|730000 |  3176 |  3630k|   5.0 |  83M|1743 |   - |5645 |  22k|   0 |   0 | 514k| 945k|9135 | 0.000000e+00 | 3.000000e+00 |    Inf 
1594.75/1594.72	c  1595s|740000 |  3222 |  3690k|   5.0 |  84M|1743 |   - |5645 |  23k|   0 |   0 | 522k| 960k|9180 | 0.000000e+00 | 3.000000e+00 |    Inf 
1618.26/1618.22	c  1618s|750000 |  3150 |  3748k|   5.0 |  82M|1743 |   - |5645 |  21k|   0 |   0 | 530k| 975k|9244 | 0.000000e+00 | 3.000000e+00 |    Inf 
1639.35/1639.37	c  1639s|760000 |  3109 |  3798k|   5.0 |  81M|1743 |  12 |5645 |  20k|5645 | 257 | 536k| 989k|9296 | 0.000000e+00 | 3.000000e+00 |    Inf 
1662.36/1662.34	c  1662s|770000 |  3056 |  3857k|   5.0 |  81M|1743 |   - |5645 |  19k|   0 |   0 | 544k|1004k|9353 | 0.000000e+00 | 3.000000e+00 |    Inf 
1683.86/1683.80	c  1684s|780000 |  3014 |  3909k|   5.0 |  80M|1743 |   1 |5645 |  18k|5645 | 243 | 550k|1018k|9407 | 0.000000e+00 | 3.000000e+00 |    Inf 
1704.86/1704.85	c  1705s|790000 |  2891 |  3966k|   5.0 |  78M|1743 |  11 |5645 |  17k|5645 | 266 | 558k|1033k|9462 | 0.000000e+00 | 3.000000e+00 |    Inf 
1726.96/1726.97	c  1727s|800000 |  2853 |  4023k|   5.0 |  78M|1743 |   - |5645 |  17k|   0 |   0 | 566k|1047k|9520 | 0.000000e+00 | 3.000000e+00 |    Inf 
1748.36/1748.33	c  1748s|810000 |  2908 |  4066k|   5.0 |  80M|1743 |   - |5645 |  21k|   0 |   0 | 572k|1060k|9554 | 0.000000e+00 | 3.000000e+00 |    Inf 
1770.56/1770.53	c  1771s|820000 |  2608 |  4118k|   5.0 |  74M|1743 |  10 |5645 |  13k|5645 | 206 | 580k|1074k|9613 | 0.000000e+00 | 3.000000e+00 |    Inf 
1790.06/1790.01	c 
1790.06/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.06/1790.01	c Solving Time (sec) : 1789.98
1790.06/1790.01	c Solving Nodes      : 829478
1790.06/1790.01	c Primal Bound       : +3.00000000000000e+00 (184 solutions)
1790.06/1790.01	c Dual Bound         : +0.00000000000000e+00
1790.06/1790.01	c Gap                : infinite
1790.06/1790.09	s SATISFIABLE
1790.06/1790.09	v -x231 x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1790.06/1790.09	v -x209 x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1790.06/1790.09	v -x188 -x187 -x186 -x185 x184 -x183 -x182 -x181 x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 x171 -x170 -x169 -x168 
1790.06/1790.09	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1790.06/1790.09	v -x146 -x145 -x144 -x143 x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1790.06/1790.09	v -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 x115 -x114 -x113 -x112 -x111 x110 -x109 -x108 -x107 -x106 -x105 -x104 
1790.06/1790.09	v -x103 -x102 -x101 -x100 -x99 -x98 x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 x84 -x83 -x82 -x81 -x80 
1790.06/1790.09	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.06/1790.09	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.06/1790.09	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.06/1790.09	v -x1 
1790.06/1790.09	c SCIP Status        : solving was interrupted [time limit reached]
1790.06/1790.09	c Solving Time       :    1789.98
1790.06/1790.09	c Original Problem   :
1790.06/1790.09	c   Problem name     : HOME/instance-2705057-1278578334.wbo
1790.06/1790.09	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.06/1790.09	c   Constraints      : 5415 initial, 5415 maximal
1790.06/1790.09	c Presolved Problem  :
1790.06/1790.09	c   Problem name     : t_HOME/instance-2705057-1278578334.wbo
1790.06/1790.09	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.06/1790.09	c   Constraints      : 5414 initial, 32832 maximal
1790.06/1790.09	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.06/1790.09	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1790.06/1790.09	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1790.06/1790.09	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.06/1790.09	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.06/1790.09	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.06/1790.09	c   probing          :       0.03          0          0          0          0          0          0          0          0
1790.06/1790.09	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1790.06/1790.09	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1790.06/1790.09	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1790.06/1790.09	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.06/1790.09	c   root node        :          -       5318          -          -       5318          -          -          -          -
1790.06/1790.09	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.06/1790.09	c   integral         :          0          0          0     547888          0         30        920          0          0     846668
1790.06/1790.09	c   linear           :       2707          6    4378498     119924          1     319046   22349794     589219          0          0
1790.06/1790.09	c   indicator        :       2707          0    3956375     121580          1        225    2335474          0          0          0
1790.06/1790.09	c   logicor          :          0+         0    1312591          0          0      69706    1402567          0          0          0
1790.06/1790.09	c   bounddisjunction :          0+         0     270775          0          0        485       4630          0          0          0
1790.06/1790.09	c   countsols        :          0          0          0      46426          1          0          0          0          0          0
1790.06/1790.09	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.06/1790.09	c   integral         :      15.78       0.00       0.00      15.78       0.00
1790.06/1790.09	c   linear           :     225.86       0.00     215.90       9.96       0.00
1790.06/1790.09	c   indicator        :      31.61       0.02      20.24      11.35       0.00
1790.06/1790.09	c   logicor          :     244.83       0.00     244.83       0.00       0.00
1790.06/1790.09	c   bounddisjunction :       1.39       0.00       1.39       0.00       0.00
1790.06/1790.09	c   countsols        :       0.01       0.00       0.00       0.01       0.00
1790.06/1790.09	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.06/1790.09	c   vbounds          :       0.74      19457          3       5733
1790.06/1790.09	c   rootredcost      :       0.64         55          0       2659
1790.06/1790.09	c   pseudoobj        :     165.12    4387706       4614    1983031
1790.06/1790.09	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.06/1790.09	c   propagation      :      21.71     393851     393598    2531694       29.2      12403       23.5          -
1790.06/1790.09	c   infeasible LP    :       8.71      25899      25899     228568       41.9        351       17.8          0
1790.06/1790.09	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.06/1790.09	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.06/1790.09	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.06/1790.09	c   applied globally :          -          -          -    1086860       23.2          -          -          -
1790.06/1790.09	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.06/1790.09	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.06/1790.09	c   cut pool         :       0.00          3          -          -          1          -    (maximal pool size: 73)
1790.06/1790.09	c   redcost          :      52.27     553588          0     359411          0          0
1790.06/1790.09	c   impliedbounds    :       0.00          4          0          0          0          0
1790.06/1790.09	c   intobj           :       0.00          0          0          0          0          0
1790.06/1790.09	c   cgmip            :       0.00          0          0          0          0          0
1790.06/1790.09	c   gomory           :       0.01          4          0          0        230          0
1790.06/1790.09	c   strongcg         :       0.01          4          0          0        215          0
1790.06/1790.09	c   cmir             :       0.01          4          0          0          0          0
1790.06/1790.09	c   flowcover        :       0.02          4          0          0          0          0
1790.06/1790.09	c   clique           :       0.00          1          0          0          0          0
1790.06/1790.09	c   zerohalf         :       0.00          0          0          0          0          0
1790.06/1790.09	c   mcf              :       0.00          1          0          0          0          0
1790.06/1790.09	c   rapidlearning    :       0.17          1          0          0          0          0
1790.06/1790.09	c Pricers            :       Time      Calls       Vars
1790.06/1790.09	c   problem variables:       0.00          0          0
1790.06/1790.09	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.06/1790.09	c   relpscost        :      15.28     424087         30        920          0          0     846668
1790.06/1790.09	c   pscost           :       0.00          0          0          0          0          0          0
1790.06/1790.09	c   inference        :      24.07      46372          0          0          0          0      92925
1790.06/1790.09	c   mostinf          :       0.00          0          0          0          0          0          0
1790.06/1790.09	c   leastinf         :       0.00          0          0          0          0          0          0
1790.06/1790.09	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.06/1790.09	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.06/1790.09	c   random           :       0.00          0          0          0          0          0          0
1790.06/1790.09	c Primal Heuristics  :       Time      Calls      Found
1790.06/1790.09	c   LP solutions     :       0.09          -         55
1790.06/1790.09	c   pseudo solutions :       0.00          -          0
1790.06/1790.09	c   feaspump         :       0.01          0          0
1790.06/1790.09	c   intshifting      :       0.01          0          0
1790.06/1790.09	c   oneopt           :       0.46         48          0
1790.06/1790.09	c   guideddiving     :       0.13         39          0
1790.06/1790.09	c   fracdiving       :       0.11         60          0
1790.06/1790.09	c   veclendiving     :       0.11         61          0
1790.06/1790.09	c   linesearchdiving :       0.11         61          0
1790.06/1790.09	c   coefdiving       :       0.11         61          0
1790.06/1790.09	c   pscostdiving     :       0.11         61          0
1790.06/1790.09	c   rootsoldiving    :       0.14         57          0
1790.06/1790.09	c   objpscostdiving  :       0.12         58          0
1790.06/1790.09	c   crossover        :       1.91         46          8
1790.06/1790.09	c   trivial          :       0.07          2          2
1790.06/1790.09	c   simplerounding   :       0.78     424778          0
1790.06/1790.09	c   zirounding       :       0.49       1000          0
1790.06/1790.09	c   rounding         :       1.04       9193          0
1790.06/1790.09	c   shifting         :       0.57       2795          0
1790.06/1790.09	c   twoopt           :       0.00          0          0
1790.06/1790.09	c   fixandinfer      :       0.00          0          0
1790.06/1790.09	c   intdiving        :       0.00          0          0
1790.06/1790.09	c   actconsdiving    :       0.00          0          0
1790.06/1790.09	c   octane           :       0.00          0          0
1790.06/1790.09	c   rens             :       0.03          1          0
1790.06/1790.09	c   rins             :       0.00          0          0
1790.06/1790.09	c   localbranching   :       0.00          0          0
1790.06/1790.09	c   mutation         :       0.00          0          0
1790.06/1790.09	c   dins             :       0.00          0          0
1790.06/1790.09	c   undercover       :       0.00          0          0
1790.06/1790.09	c   nlp              :       0.15          0          0
1790.06/1790.09	c   trysol           :       0.40        271        119
1790.06/1790.09	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.06/1790.09	c   primal LP        :       0.00          0          0       0.00          -
1790.06/1790.09	c   dual LP          :     486.69     529062    4177724       7.90    8583.91
1790.06/1790.09	c   lex dual LP      :       0.00          0          0       0.00          -
1790.06/1790.09	c   barrier LP       :       0.00          0          0       0.00          -
1790.06/1790.09	c   diving/probing LP:       0.16        101       1127      11.16    6943.37
1790.06/1790.09	c   strong branching :      11.40       9752     121880      12.50   10688.48
1790.06/1790.09	c     (at root node) :          -         32       1047      32.72          -
1790.06/1790.09	c   conflict analysis:       0.00          0          0       0.00          -
1790.06/1790.09	c B&B Tree           :
1790.06/1790.09	c   number of runs   :          1
1790.06/1790.09	c   nodes            :     829478
1790.06/1790.09	c   nodes (total)    :     829478
1790.06/1790.09	c   nodes left       :       2740
1790.06/1790.09	c   max depth        :       1743
1790.06/1790.09	c   max depth (total):       1743
1790.06/1790.09	c   backtracks       :      79419 (9.6%)
1790.06/1790.09	c   delayed cutoffs  :      65671
1790.06/1790.09	c   repropagations   :    2163132 (4722780 domain reductions, 60182 cutoffs)
1790.06/1790.09	c   avg switch length:       6.65
1790.06/1790.09	c   switching time   :     268.25
1790.06/1790.09	c Solution           :
1790.06/1790.09	c   Solutions found  :        184 (56 improvements)
1790.06/1790.09	c   First Solution   : +1.37945000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1790.06/1790.09	c   Primal Bound     : +3.00000000000000e+00   (in run 1, after 179365 nodes, 356.28 seconds, depth 34, found by <relaxation>)
1790.06/1790.09	c   Dual Bound       : +0.00000000000000e+00
1790.06/1790.09	c   Gap              :   infinite
1790.06/1790.09	c   Root Dual Bound  : +0.00000000000000e+00
1790.06/1790.09	c   Root Iterations  :        184
1790.16/1790.18	c Time complete: 1790.25.

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-2705057-1278578334/watcher-2705057-1278578334 -o /tmp/evaluation-result-2705057-1278578334/solver-2705057-1278578334 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705057-1278578334.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 1.94 3/178 23846
/proc/meminfo: memFree=29808076/32950928 swapFree=67111528/67111528
[pid=23846] ppid=23844 vsize=12508 CPUtime=0
/proc/23846/stat : 23846 (pbscip.linux.x8) R 23844 23846 23405 0 -1 4202496 1965 0 0 0 0 0 0 0 23 0 1 0 26047235 12808192 1884 4089446400 4194304 10345943 140735586263232 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23846/statm: 3127 1884 429 1502 0 1620 0

[startup+0.098391 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 23846
/proc/meminfo: memFree=29808076/32950928 swapFree=67111528/67111528
[pid=23846] ppid=23844 vsize=38016 CPUtime=0.08
/proc/23846/stat : 23846 (pbscip.linux.x8) R 23844 23846 23405 0 -1 4202496 8447 0 0 0 8 0 0 0 23 0 1 0 26047235 38928384 8012 4089446400 4194304 10345943 140735586263232 18446744073709551615 4246683 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23846/statm: 9504 8012 509 1502 0 7997 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 38016

[startup+0.100386 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 23846
/proc/meminfo: memFree=29808076/32950928 swapFree=67111528/67111528
[pid=23846] ppid=23844 vsize=38016 CPUtime=0.09
/proc/23846/stat : 23846 (pbscip.linux.x8) R 23844 23846 23405 0 -1 4202496 8447 0 0 0 9 0 0 0 23 0 1 0 26047235 38928384 8012 4089446400 4194304 10345943 140735586263232 18446744073709551615 4246696 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23846/statm: 9504 8012 509 1502 0 7997 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38016

[startup+0.300353 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 23846
/proc/meminfo: memFree=29808076/32950928 swapFree=67111528/67111528
[pid=23846] ppid=23844 vsize=70100 CPUtime=0.29
/proc/23846/stat : 23846 (pbscip.linux.x8) R 23844 23846 23405 0 -1 4202496 16225 0 0 0 27 2 0 0 23 0 1 0 26047235 71782400 15790 4089446400 4194304 10345943 140735586263232 18446744073709551615 4687895 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23846/statm: 17525 15790 632 1502 0 16018 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70100

[startup+0.700272 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 23846
/proc/meminfo: memFree=29808076/32950928 swapFree=67111528/67111528
[pid=23846] ppid=23844 vsize=65260 CPUtime=0.69
/proc/23846/stat : 23846 (pbscip.linux.x8) R 23844 23846 23405 0 -1 4202496 16891 0 0 0 66 3 0 0 25 0 1 0 26047235 66826240 15051 4089446400 4194304 10345943 140735586263232 18446744073709551615 6802819 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23846/statm: 16315 15051 751 1502 0 14808 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65260

[startup+1.50118 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23847
/proc/meminfo: memFree=29750540/32950928 swapFree=67111528/67111528
[pid=23846] ppid=23844 vsize=65260 CPUtime=1.49
/proc/23846/stat : 23846 (pbscip.linux.x8) R 23844 23846 23405 0 -1 4202496 16894 0 0 0 146 3 0 0 25 0 1 0 26047235 66826240 15054 4089446400 4194304 10345943 140735586263232 18446744073709551615 4245996 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23846/statm: 16315 15054 754 1502 0 14808 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65260

[startup+3.10082 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23847
/proc/meminfo: memFree=29750292/32950928 swapFree=67111528/67111528
[pid=23846] ppid=23844 vsize=65260 CPUtime=3.09
/proc/23846/stat : 23846 (pbscip.linux.x8) R 23844 23846 23405 0 -1 4202496 16898 0 0 0 305 4 0 0 25 0 1 0 26047235 66826240 15058 4089446400 4194304 10345943 140735586263232 18446744073709551615 4749694 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23846/statm: 16315 15058 754 1502 0 14808 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65260

[startup+6.3002 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23847
/proc/meminfo: memFree=29747272/32950928 swapFree=67111528/67111528
[pid=23846] ppid=23844 vsize=65260 CPUtime=6.29
/proc/23846/stat : 23846 (pbscip.linux.x8) R 23844 23846 23405 0 -1 4202496 18939 0 0 0 624 5 0 0 25 0 1 0 26047235 66826240 15083 4089446400 4194304 10345943 140735586263232 18446744073709551615 5926437 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23846/statm: 16315 15083 754 1502 0 14808 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 65260

[startup+12.701 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23847
/proc/meminfo: memFree=29730540/32950928 swapFree=67111528/67111528
[pid=23846] ppid=23844 vsize=81748 CPUtime=12.7
/proc/23846/stat : 23846 (pbscip.linux.x8) R 23844 23846 23405 0 -1 4202496 24036 0 0 0 1264 6 0 0 25 0 1 0 26047235 83709952 18968 4089446400 4194304 10345943 140735586263232 18446744073709551615 4688047 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23846/statm: 20437 18968 754 1502 0 18930 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 81748

[startup+25.5005 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23847
/proc/meminfo: memFree=29695896/32950928 swapFree=67111528/67111528
[pid=23846] ppid=23844 vsize=96124 CPUtime=25.49
/proc/23846/stat : 23846 (pbscip.linux.x8) R 23844 23846 23405 0 -1 4202496 28272 0 0 0 2542 7 0 0 25 0 1 0 26047235 98430976 22598 4089446400 4194304 10345943 140735586263232 18446744073709551615 6777348 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23846/statm: 24031 22598 762 1502 0 22524 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 96124

[startup+51.1006 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23849
/proc/meminfo: memFree=29625748/32950928 swapFree=67111528/67111528
[pid=23846] ppid=23844 vsize=121724 CPUtime=51.09
/proc/23846/stat : 23846 (pbscip.linux.x8) R 23844 23846 23405 0 -1 4202496 37825 0 0 0 5098 11 0 0 25 0 1 0 26047235 124645376 29242 4089446400 4194304 10345943 140735586263232 18446744073709551615 4706433 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23846/statm: 30431 29242 762 1502 0 28924 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 121724

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23850
/proc/meminfo: memFree=29516260/32950928 swapFree=67111528/67111528
[pid=23846] ppid=23844 vsize=189044 CPUtime=102.3
/proc/23846/stat : 23846 (pbscip.linux.x8) R 23844 23846 23405 0 -1 4202496 125152 0 0 0 10201 29 0 0 25 0 1 0 26047235 193581056 45417 4089446400 4194304 10345943 140735586263232 18446744073709551615 6929854 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23846/statm: 47261 45417 767 1502 0 45754 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 189044

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23851
/proc/meminfo: memFree=29359212/32950928 swapFree=67111528/67111528
[pid=23846] ppid=23844 vsize=255996 CPUtime=162.3
/proc/23846/stat : 23846 (pbscip.linux.x8) R 23844 23846 23405 0 -1 4202496 202779 0 0 0 16176 54 0 0 25 0 1 0 26047235 262139904 61971 4089446400 4194304 10345943 140735586263232 18446744073709551615 4214270 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23846/statm: 63999 61971 784 1502 0 62492 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 255996

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23853
/proc/meminfo: memFree=29245460/32950928 swapFree=67111528/67111528
[pid=23846] ppid=23844 vsize=270960 CPUtime=222.3
/proc/23846/stat : 23846 (pbscip.linux.x8) R 23844 23846 23405 0 -1 4202496 226051 0 0 0 22157 73 0 0 25 0 1 0 26047235 277463040 65566 4089446400 4194304 10345943 140735586263232 18446744073709551615 5026483 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23846/statm: 67740 65566 785 1502 0 66233 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 270960

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23855
/proc/meminfo: memFree=29167168/32950928 swapFree=67111528/67111528
[pid=23846] ppid=23844 vsize=274440 CPUtime=282.3
/proc/23846/stat : 23846 (pbscip.linux.x8) R 23844 23846 23405 0 -1 4202496 241445 0 0 0 28139 91 0 0 25 0 1 0 26047235 281026560 66413 4089446400 4194304 10345943 140735586263232 18446744073709551615 6566400 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23846/statm: 68610 66413 785 1502 0 67103 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 274440

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23857
/proc/meminfo: memFree=29128660/32950928 swapFree=67111528/67111528
[pid=23846] ppid=23844 vsize=277256 CPUtime=342.31
/proc/23846/stat : 23846 (pbscip.linux.x8) R 23844 23846 23405 0 -1 4202496 248393 0 0 0 34123 108 0 0 25 0 1 0 26047235 283910144 67129 4089446400 4194304 10345943 140735586263232 18446744073709551615 6119562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23846/statm: 69314 67129 796 1502 0 67807 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 277256

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23858
/proc/meminfo: memFree=29099336/32950928 swapFree=67111528/67111528
[pid=23846] ppid=23844 vsize=277064 CPUtime=402.3
/proc/23846/stat : 23846 (pbscip.linux.x8) R 23844 23846 23405 0 -1 4202496 266586 0 0 0 40102 128 0 0 25 0 1 0 26047235 283713536 67206 4089446400 4194304 10345943 140735586263232 18446744073709551615 4471441 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23846/statm: 69266 67206 796 1502 0 67759 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 277064

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23859
/proc/meminfo: memFree=29078948/32950928 swapFree=67111528/67111528
[pid=23846] ppid=23844 vsize=277284 CPUtime=462.31
/proc/23846/stat : 23846 (pbscip.linux.x8) R 23844 23846 23405 0 -1 4202496 272707 0 0 0 46087 144 0 0 25 0 1 0 26047235 283938816 67290 4089446400 4194304 10345943 140735586263232 18446744073709551615 4231976 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23846/statm: 69321 67290 796 1502 0 67814 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 277284

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23861
/proc/meminfo: memFree=29072448/32950928 swapFree=67111528/67111528
[pid=23846] ppid=23844 vsize=277420 CPUtime=522.31
/proc/23846/stat : 23846 (pbscip.linux.x8) R 23844 23846 23405 0 -1 4202496 272869 0 0 0 52070 161 0 0 25 0 1 0 26047235 284078080 67452 4089446400 4194304 10345943 140735586263232 18446744073709551615 4572143 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23846/statm: 69355 67452 796 1502 0 67848 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 277420

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23863
/proc/meminfo: memFree=29071536/32950928 swapFree=67111528/67111528
[pid=23846] ppid=23844 vsize=277928 CPUtime=582.32
/proc/23846/stat : 23846 (pbscip.linux.x8) R 23844 23846 23405 0 -1 4202496 274794 0 0 0 58056 176 0 0 25 0 1 0 26047235 284598272 67412 4089446400 4194304 10345943 140735586263232 18446744073709551615 4995709 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23846/statm: 69482 67412 796 1502 0 67975 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 277928

[startup+642.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23865
/proc/meminfo: memFree=29067004/32950928 swapFree=67111528/67111528
[pid=23846] ppid=23844 vsize=277928 CPUtime=642.32
/proc/23846/stat : 23846 (pbscip.linux.x8) R 23844 23846 23405 0 -1 4202496 274848 0 0 0 64039 193 0 0 25 0 1 0 26047235 284598272 67466 4089446400 4194304 10345943 140735586263232 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23846/statm: 69482 67466 796 1502 0 67975 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 277928

[startup+702.301 s]

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

/proc/meminfo: memFree=29059596/32950928 swapFree=67111528/67111528
[pid=23846] ppid=23844 vsize=281332 CPUtime=1002.33
/proc/23846/stat : 23846 (pbscip.linux.x8) R 23844 23846 23405 0 -1 4202496 277445 0 0 0 99951 282 0 0 25 0 1 0 26047235 288083968 68194 4089446400 4194304 10345943 140735586263232 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23846/statm: 70333 68194 796 1502 0 68826 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 281332

[startup+1062.3 s]
/proc/loadavg: 2.11 2.03 1.95 3/179 23875
/proc/meminfo: memFree=29057920/32950928 swapFree=67111528/67111528
[pid=23846] ppid=23844 vsize=281908 CPUtime=1062.33
/proc/23846/stat : 23846 (pbscip.linux.x8) R 23844 23846 23405 0 -1 4202496 277738 0 0 0 105940 293 0 0 25 0 1 0 26047235 288673792 68487 4089446400 4194304 10345943 140735586263232 18446744073709551615 6119887 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23846/statm: 70477 68487 796 1502 0 68970 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 281908

[startup+1122.3 s]
/proc/loadavg: 2.04 2.02 1.95 3/179 23877
/proc/meminfo: memFree=29057236/32950928 swapFree=67111528/67111528
[pid=23846] ppid=23844 vsize=282312 CPUtime=1122.33
/proc/23846/stat : 23846 (pbscip.linux.x8) R 23844 23846 23405 0 -1 4202496 277893 0 0 0 111927 306 0 0 25 0 1 0 26047235 289087488 68642 4089446400 4194304 10345943 140735586263232 18446744073709551615 4995678 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23846/statm: 70578 68642 796 1502 0 69071 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 282312

[startup+1182.3 s]
/proc/loadavg: 2.01 2.02 1.95 3/179 23879
/proc/meminfo: memFree=29055692/32950928 swapFree=67111528/67111528
[pid=23846] ppid=23844 vsize=284316 CPUtime=1182.33
/proc/23846/stat : 23846 (pbscip.linux.x8) R 23844 23846 23405 0 -1 4202496 278332 0 0 0 117913 320 0 0 25 0 1 0 26047235 291139584 69081 4089446400 4194304 10345943 140735586263232 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23846/statm: 71079 69081 796 1502 0 69572 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 284316

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/179 23881
/proc/meminfo: memFree=29053264/32950928 swapFree=67111528/67111528
[pid=23846] ppid=23844 vsize=286216 CPUtime=1242.34
/proc/23846/stat : 23846 (pbscip.linux.x8) R 23844 23846 23405 0 -1 4202496 283015 0 0 0 123900 334 0 0 25 0 1 0 26047235 293085184 69473 4089446400 4194304 10345943 140735586263232 18446744073709551615 7588662 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23846/statm: 71554 69473 796 1502 0 70047 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 286216

[startup+1302.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/179 23882
/proc/meminfo: memFree=29052204/32950928 swapFree=67111528/67111528
[pid=23846] ppid=23844 vsize=287032 CPUtime=1302.35
/proc/23846/stat : 23846 (pbscip.linux.x8) R 23844 23846 23405 0 -1 4202496 283214 0 0 0 129887 348 0 0 25 0 1 0 26047235 293920768 69672 4089446400 4194304 10345943 140735586263232 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23846/statm: 71758 69672 796 1502 0 70251 0
Current children cumulated CPU time (s) 1302.35
Current children cumulated vsize (KiB) 287032

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23892
/proc/meminfo: memFree=29047424/32950928 swapFree=67111528/67111528
[pid=23846] ppid=23844 vsize=287212 CPUtime=1362.34
/proc/23846/stat : 23846 (pbscip.linux.x8) R 23844 23846 23405 0 -1 4202496 283344 0 0 0 135872 362 0 0 25 0 1 0 26047235 294105088 69802 4089446400 4194304 10345943 140735586263232 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23846/statm: 71803 69802 796 1502 0 70296 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 287212

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23894
/proc/meminfo: memFree=29042180/32950928 swapFree=67111528/67111528
[pid=23846] ppid=23844 vsize=288756 CPUtime=1422.35
/proc/23846/stat : 23846 (pbscip.linux.x8) R 23844 23846 23405 0 -1 4202496 283625 0 0 0 141859 376 0 0 25 0 1 0 26047235 295686144 70083 4089446400 4194304 10345943 140735586263232 18446744073709551615 5026869 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23846/statm: 72189 70083 796 1502 0 70682 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 288756

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23896
/proc/meminfo: memFree=29036064/32950928 swapFree=67111528/67111528
[pid=23846] ppid=23844 vsize=289448 CPUtime=1482.35
/proc/23846/stat : 23846 (pbscip.linux.x8) R 23844 23846 23405 0 -1 4202496 283921 0 0 0 147846 389 0 0 25 0 1 0 26047235 296394752 70379 4089446400 4194304 10345943 140735586263232 18446744073709551615 5085404 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23846/statm: 72362 70379 796 1502 0 70855 0
Current children cumulated CPU time (s) 1482.35
Current children cumulated vsize (KiB) 289448

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23898
/proc/meminfo: memFree=29028932/32950928 swapFree=67111528/67111528
[pid=23846] ppid=23844 vsize=294352 CPUtime=1542.35
/proc/23846/stat : 23846 (pbscip.linux.x8) R 23844 23846 23405 0 -1 4202496 284936 0 0 0 153832 403 0 0 25 0 1 0 26047235 301416448 71394 4089446400 4194304 10345943 140735586263232 18446744073709551615 6865021 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23846/statm: 73588 71394 796 1502 0 72081 0
Current children cumulated CPU time (s) 1542.35
Current children cumulated vsize (KiB) 294352

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23899
/proc/meminfo: memFree=29023260/32950928 swapFree=67111528/67111528
[pid=23846] ppid=23844 vsize=295188 CPUtime=1602.35
/proc/23846/stat : 23846 (pbscip.linux.x8) R 23844 23846 23405 0 -1 4202496 285209 0 0 0 159817 418 0 0 25 0 1 0 26047235 302272512 71667 4089446400 4194304 10345943 140735586263232 18446744073709551615 4230890 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23846/statm: 73797 71667 796 1502 0 72290 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 295188

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.95 4/179 23900
/proc/meminfo: memFree=29018856/32950928 swapFree=67111528/67111528
[pid=23846] ppid=23844 vsize=295188 CPUtime=1662.36
/proc/23846/stat : 23846 (pbscip.linux.x8) R 23844 23846 23405 0 -1 4202496 285236 0 0 0 165802 434 0 0 25 0 1 0 26047235 302272512 71694 4089446400 4194304 10345943 140735586263232 18446744073709551615 5614603 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23846/statm: 73797 71694 796 1502 0 72290 0
Current children cumulated CPU time (s) 1662.36
Current children cumulated vsize (KiB) 295188

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23902
/proc/meminfo: memFree=29017184/32950928 swapFree=67111528/67111528
[pid=23846] ppid=23844 vsize=295188 CPUtime=1722.35
/proc/23846/stat : 23846 (pbscip.linux.x8) R 23844 23846 23405 0 -1 4202496 285236 0 0 0 171788 447 0 0 25 0 1 0 26047235 302272512 71694 4089446400 4194304 10345943 140735586263232 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23846/statm: 73797 71694 796 1502 0 72290 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 295188

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23904
/proc/meminfo: memFree=29014160/32950928 swapFree=67111528/67111528
[pid=23846] ppid=23844 vsize=295188 CPUtime=1782.36
/proc/23846/stat : 23846 (pbscip.linux.x8) R 23844 23846 23405 0 -1 4202496 285237 0 0 0 177772 464 0 0 25 0 1 0 26047235 302272512 71695 4089446400 4194304 10345943 140735586263232 18446744073709551615 6070939 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23846/statm: 73797 71695 796 1502 0 72290 0
Current children cumulated CPU time (s) 1782.36
Current children cumulated vsize (KiB) 295188

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 23931
/proc/meminfo: memFree=29551568/32950928 swapFree=67111528/67111528
[pid=23846] ppid=23844 vsize=295188 CPUtime=1785.56
/proc/23846/stat : 23846 (pbscip.linux.x8) R 23844 23846 23405 0 -1 4202496 285237 0 0 0 178091 465 0 0 25 0 1 0 26047235 302272512 71695 4089446400 4194304 10345943 140735586263232 18446744073709551615 4214590 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23846/statm: 73797 71695 796 1502 0 72290 0
Current children cumulated CPU time (s) 1785.56
Current children cumulated vsize (KiB) 295188

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23931
/proc/meminfo: memFree=29540944/32950928 swapFree=67111528/67111528
[pid=23846] ppid=23844 vsize=295188 CPUtime=1788.77
/proc/23846/stat : 23846 (pbscip.linux.x8) R 23844 23846 23405 0 -1 4202496 285237 0 0 0 178411 466 0 0 25 0 1 0 26047235 302272512 71695 4089446400 4194304 10345943 140735586263232 18446744073709551615 8160845 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23846/statm: 73797 71695 796 1502 0 72290 0
Current children cumulated CPU time (s) 1788.77
Current children cumulated vsize (KiB) 295188

[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23931
/proc/meminfo: memFree=29540944/32950928 swapFree=67111528/67111528
[pid=23846] ppid=23844 vsize=295188 CPUtime=1789.56
/proc/23846/stat : 23846 (pbscip.linux.x8) R 23844 23846 23405 0 -1 4202496 285237 0 0 0 178490 466 0 0 25 0 1 0 26047235 302272512 71695 4089446400 4194304 10345943 140735586263232 18446744073709551615 6064343 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23846/statm: 73797 71695 796 1502 0 72290 0
Current children cumulated CPU time (s) 1789.56
Current children cumulated vsize (KiB) 295188

[startup+1789.9 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23931
/proc/meminfo: memFree=29540944/32950928 swapFree=67111528/67111528
[pid=23846] ppid=23844 vsize=295188 CPUtime=1789.96
/proc/23846/stat : 23846 (pbscip.linux.x8) R 23844 23846 23405 0 -1 4202496 285237 0 0 0 178530 466 0 0 25 0 1 0 26047235 302272512 71695 4089446400 4194304 10345943 140735586263232 18446744073709551615 6777354 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23846/statm: 73797 71695 796 1502 0 72290 0
Current children cumulated CPU time (s) 1789.96
Current children cumulated vsize (KiB) 295188

[startup+1790.1 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23931
/proc/meminfo: memFree=29540944/32950928 swapFree=67111528/67111528
[pid=23846] ppid=23844 vsize=295188 CPUtime=1790.16
/proc/23846/stat : 23846 (pbscip.linux.x8) R 23844 23846 23405 0 -1 4202496 285238 0 0 0 178550 466 0 0 25 0 1 0 26047235 302272512 71696 4089446400 4194304 10345943 140735586263232 18446744073709551615 6325647 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23846/statm: 73797 71696 797 1502 0 72290 0
Current children cumulated CPU time (s) 1790.16
Current children cumulated vsize (KiB) 295188

Child status: 0
Real time (s): 1790.19
CPU time (s): 1790.26
CPU user time (s): 1785.58
CPU system time (s): 4.67729
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 295188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1785.58
system time used= 4.67729
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 285241
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 2199

runsolver used 2.54361 second user time and 5.87711 second system time

The end

Launcher Data

Begin job on node127 at 2010-07-08 10:38:54
IDJOB=2705057
IDBENCH=79280
IDSOLVER=1214
FILE ID=node127/2705057-1278578334
PBS_JOBID= 11240200
Free space on /tmp= 73188 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.1900544484--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-2705057-1278578334/watcher-2705057-1278578334 -o /tmp/evaluation-result-2705057-1278578334/solver-2705057-1278578334 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705057-1278578334.wbo -t 1800 -m 3800

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

MD5SUM BENCH= e3f6753fad3114c64a2e1439cb62c0aa
RANDOM SEED=1608957129

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.804
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:     32950928 kB
MemFree:      29808852 kB
Buffers:        163136 kB
Cached:        2685580 kB
SwapCached:          0 kB
Active:        1262024 kB
Inactive:      1707548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29808852 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           25932 kB
Writeback:           0 kB
AnonPages:      120812 kB
Mapped:          17396 kB
Slab:           107500 kB
PageTables:       4968 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   259692 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= 73176 MiB
End job on node127 at 2010-07-08 11:08:44