Trace number 2705035

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.35 1790.28

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900670234--soft-0-100-0.wbo
MD5SUM68083219a398085883a8cf7e46688b9f
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 benchmark488.736
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 134314
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 134313
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 641
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-2705035-1278578327.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.10/0.11	o 134313
0.10/0.11	c feasible solution found by trivial heuristic, objective value  1.343130e+05
0.10/0.11	c presolving:
0.10/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.10/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.10/0.17	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.10/0.17	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.10/0.17	c presolving (3 rounds):
0.10/0.17	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.10/0.17	c  5391 implications, 0 cliques
0.10/0.17	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.10/0.17	c    2707 constraints of type <linear>
0.10/0.17	c    2707 constraints of type <indicator>
0.10/0.17	c transformed objective value is always integral (scale: 1)
0.10/0.17	c Presolving Time: 0.12
0.10/0.17	c - non default parameters ----------------------------------------------------------------------
0.10/0.17	c # SCIP version 1.2.1.3
0.10/0.17	c 
0.10/0.17	c # frequency for displaying node information lines
0.10/0.17	c # [type: int, range: [-1,2147483647], default: 100]
0.10/0.17	c display/freq = 10000
0.10/0.17	c 
0.10/0.17	c # maximal time in seconds to run
0.10/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.10/0.17	c limits/time = 1789.97
0.10/0.17	c 
0.10/0.17	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.10/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.10/0.17	c limits/memory = 3420
0.10/0.17	c 
0.10/0.17	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.10/0.17	c # [type: int, range: [1,2], default: 1]
0.10/0.17	c timing/clocktype = 2
0.10/0.17	c 
0.10/0.17	c # should presolving try to simplify inequalities
0.10/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.10/0.17	c constraints/linear/simplifyinequalities = TRUE
0.10/0.17	c 
0.10/0.17	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.10/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.10/0.17	c constraints/indicator/addCouplingCons = TRUE
0.10/0.17	c 
0.10/0.17	c # should presolving try to simplify knapsacks
0.10/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.10/0.17	c constraints/knapsack/simplifyinequalities = TRUE
0.10/0.17	c 
0.10/0.17	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.10/0.17	c # [type: int, range: [-1,2147483647], default: -1]
0.10/0.17	c separating/rapidlearning/freq = 0
0.10/0.17	c 
0.10/0.17	c -----------------------------------------------------------------------------------------------
0.10/0.17	c start solving
0.10/0.17	c 
0.10/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.10/0.18	c t 0.1s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.343130e+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.343130e+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.343130e+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.343130e+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.343130e+05 |    Inf 
0.29/0.40	c   0.4s|     1 |     0 |   133 |     - |  19M|   0 |  38 |5645 |5414 |5645 | 150 | 150 |   0 |   0 | 0.000000e+00 | 1.343130e+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.343130e+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.343130e+05 |    Inf 
17.49/17.59	c  17.6s| 10000 | 10001 |  3406 |   0.3 |  43M|2047 |   0 |5645 |5420 |5645 | 217 | 896 |   6 | 652 | 0.000000e+00 | 1.343130e+05 |    Inf 
33.69/33.75	c  33.7s| 20000 | 19997 |  4067 |   0.2 |  64M|2047 |   0 |5645 |5428 |5645 | 215 |1043 |  14 | 689 | 0.000000e+00 | 1.343130e+05 |    Inf 
50.59/50.67	c  50.6s| 30000 | 29955 |  4687 |   0.2 |  84M|2047 |   0 |5645 |5482 |5645 | 218 |1179 |  68 | 716 | 0.000000e+00 | 1.343130e+05 |    Inf 
54.19/54.21	o 437
54.19/54.21	c *54.2s| 32050 | 20093 |  4961 |   0.1 |  66M|2047 |   - |5645 |5485 |5645 | 209 |1234 |  71 | 734 | 0.000000e+00 | 4.370000e+02 |    Inf 
68.90/68.98	o 417
68.90/68.98	c *68.9s| 39548 | 26675 |  6846 |   0.2 |  81M|2047 |   - |5645 |5566 |5645 | 223 |1716 | 152 | 787 | 0.000000e+00 | 4.170000e+02 |    Inf 
69.89/69.90	c  69.9s| 40000 | 27125 |  7044 |   0.2 |  82M|2047 |   0 |5645 |5575 |5645 | 189 |1752 | 161 | 789 | 0.000000e+00 | 4.170000e+02 |    Inf 
72.99/73.06	o 390
72.99/73.06	c *73.0s| 41329 | 26739 |  8053 |   0.2 |  83M|2047 |   - |5645 |5795 |5645 | 189 |2001 | 381 | 816 | 0.000000e+00 | 3.900000e+02 |    Inf 
73.10/73.13	o 373
73.10/73.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
73.10/73.13	c *73.1s| 41353 | 25865 |  8059 |   0.2 |  81M|2047 |   - |5645 |5795 |5645 | 190 |2002 | 381 | 816 | 0.000000e+00 | 3.730000e+02 |    Inf 
75.29/75.32	o 352
75.29/75.32	c *75.3s| 42177 | 25556 |  8893 |   0.2 |  81M|2047 |   - |5645 |5999 |5645 | 212 |2221 | 585 | 823 | 0.000000e+00 | 3.520000e+02 |    Inf 
75.59/75.60	o 330
75.59/75.60	c *75.6s| 42353 | 24586 |  8939 |   0.2 |  79M|2047 |   - |5645 |6001 |5645 | 207 |2223 | 587 | 823 | 0.000000e+00 | 3.300000e+02 |    Inf 
75.79/75.86	o 329
75.79/75.86	c *75.8s| 42483 | 24652 |  8974 |   0.2 |  79M|2047 |   - |5645 |6015 |5645 | 206 |2229 | 601 | 823 | 0.000000e+00 | 3.290000e+02 |    Inf 
75.90/75.93	o 314
75.90/75.93	c *75.9s| 42542 | 23888 |  8974 |   0.2 |  78M|2047 |   - |5645 |6015 |5645 | 206 |2229 | 601 | 823 | 0.000000e+00 | 3.140000e+02 |    Inf 
77.59/77.68	o 292
77.59/77.68	c *77.6s| 43127 | 23194 |  9819 |   0.2 |  77M|2047 |   - |5645 |6263 |5645 | 195 |2492 | 849 | 849 | 0.000000e+00 | 2.920000e+02 |    Inf 
79.20/79.26	o 288
79.20/79.26	c *79.2s| 43672 | 23417 | 10651 |   0.2 |  79M|2047 |   - |5645 |6482 |5645 | 202 |2712 |1068 | 866 | 0.000000e+00 | 2.880000e+02 |    Inf 
81.09/81.15	o 259
81.09/81.15	c *81.1s| 44384 | 21952 | 11552 |   0.3 |  77M|2047 |   - |5645 |6739 |5645 | 212 |2952 |1325 | 898 | 0.000000e+00 | 2.590000e+02 |    Inf 
84.39/84.48	o 236
84.39/84.48	c *84.5s| 45669 | 20813 | 12909 |   0.3 |  77M|2047 |   - |5645 |7134 |5645 | 194 |3330 |1720 | 931 | 0.000000e+00 | 2.360000e+02 |    Inf 
97.29/97.31	c  97.3s| 50000 | 24354 | 19083 |   0.4 |  95M|2047 |   0 |5645 |8780 |5645 | 195 |5306 |3397 |1054 | 0.000000e+00 | 2.360000e+02 |    Inf 
115.60/115.61	o 235
115.60/115.61	c * 116s| 56481 | 29480 | 27148 |   0.5 | 119M|2047 |   - |5645 |  10k|5645 | 236 |7612 |6028 |1184 | 0.000000e+00 | 2.350000e+02 |    Inf 
121.90/121.93	o 218
121.90/121.93	c * 122s| 58942 | 29050 | 29064 |   0.5 | 121M|2047 |   - |5645 |  11k|5645 | 213 |8144 |6982 |1196 | 0.000000e+00 | 2.180000e+02 |    Inf 
122.20/122.22	o 202
122.20/122.22	c * 122s| 59112 | 27227 | 29076 |   0.5 | 116M|2047 |   - |5645 |  11k|5645 | 215 |8146 |6982 |1196 | 0.000000e+00 | 2.020000e+02 |    Inf 
122.40/122.49	o 200
122.40/122.49	c * 122s| 59218 | 27110 | 29096 |   0.5 | 116M|2047 |   - |5645 |  11k|5645 | 216 |8149 |6996 |1196 | 0.000000e+00 | 2.000000e+02 |    Inf 
124.80/124.83	c   125s| 60000 | 27752 | 30833 |   0.5 | 119M|2047 |   0 |5645 |  11k|5645 | 205 |8508 |7220 |1229 | 0.000000e+00 | 2.000000e+02 |    Inf 
136.60/136.64	o 165
136.60/136.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
136.60/136.64	c * 137s| 63700 | 26402 | 39412 |   0.6 | 113M|2047 |   - |5645 |  11k|5645 | 187 |  10k|8774 |1364 | 0.000000e+00 | 1.650000e+02 |    Inf 
136.80/136.80	o 164
136.80/136.80	c * 137s| 63739 | 26243 | 39612 |   0.6 | 111M|2047 |   - |5645 |  11k|5645 | 187 |  10k|8802 |1368 | 0.000000e+00 | 1.640000e+02 |    Inf 
146.50/146.57	o 163
146.50/146.57	c * 147s| 66712 | 28297 | 44500 |   0.7 | 122M|2047 |   - |5645 |  11k|5645 | 235 |  12k|  10k|1439 | 0.000000e+00 | 1.630000e+02 |    Inf 
146.50/146.59	o 160
146.50/146.59	c * 147s| 66714 | 27830 | 44540 |   0.7 | 120M|2047 |   - |5645 |  11k|5645 | 230 |  12k|  10k|1439 | 0.000000e+00 | 1.600000e+02 |    Inf 
157.70/157.73	c   158s| 70000 | 30142 | 50198 |   0.7 | 134M|2047 |   0 |5645 |  10k|5645 | 191 |  13k|  11k|1465 | 0.000000e+00 | 1.600000e+02 |    Inf 
174.80/174.84	o 155
174.80/174.84	c * 175s| 75262 | 33160 | 59131 |   0.8 | 152M|2047 |   - |5645 |9969 |5645 | 248 |  16k|  13k|1502 | 0.000000e+00 | 1.550000e+02 |    Inf 
185.59/185.66	o 122
185.59/185.66	c * 186s| 78549 | 29303 | 65467 |   0.8 | 140M|2047 |   - |5645 |9512 |5645 | 192 |  18k|  15k|1531 | 0.000000e+00 | 1.220000e+02 |    Inf 
190.41/190.43	c   190s| 80000 | 30410 | 68505 |   0.9 | 147M|2047 |   0 |5645 |9049 |5645 | 197 |  18k|  15k|1542 | 0.000000e+00 | 1.220000e+02 |    Inf 
211.80/211.84	o 119
211.80/211.84	c * 212s| 86114 | 33771 | 83812 |   1.0 | 175M|2047 |   - |5645 |8059 |5645 | 194 |  23k|  19k|1688 | 0.000000e+00 | 1.190000e+02 |    Inf 
213.50/213.54	o 116
213.50/213.54	c * 214s| 86655 | 33530 | 84512 |   1.0 | 174M|2047 |   - |5645 |8137 |5645 | 200 |  23k|  19k|1690 | 0.000000e+00 | 1.160000e+02 |    Inf 
226.60/226.67	c   227s| 90000 | 35563 | 92031 |   1.0 | 190M|2047 |   0 |5645 |8131 |5645 | 208 |  25k|  21k|1785 | 0.000000e+00 | 1.160000e+02 |    Inf 
226.79/226.85	o 111
226.79/226.85	c * 227s| 90074 | 34566 | 92048 |   1.0 | 187M|2047 |   - |5645 |8135 |5645 | 209 |  25k|  21k|1785 | 0.000000e+00 | 1.110000e+02 |    Inf 
240.00/240.09	o 106
240.00/240.09	c * 240s| 93871 | 35812 | 98066 |   1.0 | 199M|2047 |   - |5645 |8519 |5645 | 216 |  26k|  23k|1868 | 0.000000e+00 | 1.060000e+02 |    Inf 
253.60/253.67	o 101
253.60/253.67	c * 254s| 97331 | 37089 |105107 |   1.1 | 211M|2047 |   - |5645 |7776 |5645 | 227 |  28k|  25k|1947 | 0.000000e+00 | 1.010000e+02 |    Inf 
253.60/253.69	o 92
253.60/253.69	c * 254s| 97332 | 33789 |105107 |   1.1 | 194M|2047 |   - |5645 |7776 |5645 | 227 |  28k|  25k|1947 | 0.000000e+00 | 9.200000e+01 |    Inf 
258.90/258.90	o 77
258.90/258.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
258.90/258.90	c * 259s| 99019 | 29675 |106917 |   1.1 | 173M|2047 |   - |5645 |7532 |5645 | 216 |  29k|  26k|1989 | 0.000000e+00 | 7.700000e+01 |    Inf 
262.50/262.60	c   263s|100000 | 30186 |109277 |   1.1 | 175M|2047 |   0 |5645 |6945 |5645 | 224 |  30k|  27k|1999 | 0.000000e+00 | 7.700000e+01 |    Inf 
266.10/266.15	o 72
266.10/266.15	c * 266s|101127 | 29499 |111502 |   1.1 | 170M|2047 |   - |5645 |6966 |5645 | 222 |  30k|  27k|2029 | 0.000000e+00 | 7.200000e+01 |    Inf 
266.10/266.16	o 69
266.10/266.16	c * 266s|101128 | 28430 |111502 |   1.1 | 166M|2047 |   - |5645 |6966 |5645 | 222 |  30k|  27k|2029 | 0.000000e+00 | 6.900000e+01 |    Inf 
277.40/277.42	o 63
277.40/277.42	c * 277s|104452 | 27810 |119910 |   1.1 | 165M|2047 |   - |5645 |6659 |5645 | 227 |  32k|  30k|2099 | 0.000000e+00 | 6.300000e+01 |    Inf 
277.40/277.43	o 60
277.40/277.43	c * 277s|104453 | 27088 |119910 |   1.1 | 162M|2047 |   - |5645 |6659 |5645 | 227 |  32k|  30k|2099 | 0.000000e+00 | 6.000000e+01 |    Inf 
279.90/279.91	o 59
279.90/279.91	c * 280s|105091 | 25900 |122370 |   1.2 | 154M|2047 |   - |5645 |6183 |5645 | 195 |  33k|  31k|2140 | 0.000000e+00 | 5.900000e+01 |    Inf 
294.00/294.02	o 56
294.00/294.02	c * 294s|109134 | 25935 |135757 |   1.2 | 158M|2047 |   - |5645 |6295 |5645 | 278 |  37k|  35k|2293 | 0.000000e+00 | 5.600000e+01 |    Inf 
296.90/296.92	c   297s|110000 | 26110 |138362 |   1.3 | 159M|2047 |   0 |5645 |6210 |5645 | 226 |  37k|  36k|2310 | 0.000000e+00 | 5.600000e+01 |    Inf 
300.00/300.04	o 52
300.00/300.04	c * 300s|110974 | 23973 |141111 |   1.3 | 147M|2047 |   - |5645 |6292 |5645 | 224 |  38k|  37k|2323 | 0.000000e+00 | 5.200000e+01 |    Inf 
330.10/330.13	c   330s|120000 | 25234 |172700 |   1.4 | 162M|2047 |   - |5645 |6953 |   0 |   0 |  46k|  48k|2585 | 0.000000e+00 | 5.200000e+01 |    Inf 
336.90/336.91	o 51
336.90/336.91	c * 337s|122057 | 25270 |179517 |   1.5 | 165M|2047 |   - |5645 |7233 |5645 | 194 |  48k|  50k|2643 | 0.000000e+00 | 5.100000e+01 |    Inf 
361.81/361.83	c   362s|130000 | 25975 |202633 |   1.6 | 175M|2047 |   4 |5645 |7372 |5645 | 243 |  53k|  61k|2791 | 0.000000e+00 | 5.100000e+01 |    Inf 
368.91/368.96	o 44
368.91/368.96	c * 369s|132210 | 24700 |208799 |   1.6 | 170M|2047 |   - |5645 |8653 |5645 | 246 |  54k|  64k|2812 | 0.000000e+00 | 4.400000e+01 |    Inf 
371.50/371.53	o 43
371.50/371.53	c * 371s|133046 | 24498 |210907 |   1.6 | 169M|2047 |   - |5645 |7327 |5645 | 225 |  55k|  65k|2823 | 0.000000e+00 | 4.300000e+01 |    Inf 
391.71/391.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
391.71/391.79	c   392s|140000 | 24898 |232275 |   1.7 | 177M|2047 |   1 |5645 |7346 |5645 | 220 |  59k|  73k|2986 | 0.000000e+00 | 4.300000e+01 |    Inf 
408.80/408.83	o 42
408.80/408.83	c * 409s|145831 | 24884 |251342 |   1.7 | 180M|2047 |   - |5645 |7953 |5645 | 231 |  63k|  81k|3099 | 0.000000e+00 | 4.200000e+01 |    Inf 
420.31/420.36	c   420s|150000 | 25079 |264088 |   1.8 | 184M|2047 |   - |5645 |8011 |   0 |   0 |  65k|  86k|3167 | 0.000000e+00 | 4.200000e+01 |    Inf 
436.00/436.03	o 37
436.00/436.03	c * 436s|155332 | 23866 |282701 |   1.8 | 180M|2047 |   - |5645 |7972 |5645 | 238 |  68k|  92k|3256 | 0.000000e+00 | 3.700000e+01 |    Inf 
438.21/438.20	o 34
438.21/438.20	c * 438s|156003 | 22465 |286082 |   1.8 | 174M|2047 |   - |5645 |7316 |5645 | 238 |  69k|  93k|3313 | 0.000000e+00 | 3.400000e+01 |    Inf 
447.71/447.72	o 32
447.71/447.72	c * 448s|159476 | 22062 |297560 |   1.9 | 174M|2047 |   - |5645 |6681 |5645 | 239 |  71k|  98k|3378 | 0.000000e+00 | 3.200000e+01 |    Inf 
449.11/449.15	c   449s|160000 | 22066 |299580 |   1.9 | 174M|2047 |   0 |5645 |6382 |5645 | 255 |  71k|  99k|3383 | 0.000000e+00 | 3.200000e+01 |    Inf 
454.01/454.05	o 31
454.01/454.05	c * 454s|161773 | 21987 |306433 |   1.9 | 174M|2047 |   - |5645 |6296 |5645 | 234 |  73k| 101k|3445 | 0.000000e+00 | 3.100000e+01 |    Inf 
457.61/457.66	o 29
457.61/457.66	c * 458s|163367 | 21241 |311433 |   1.9 | 169M|2047 |   - |5645 |6292 |5645 | 218 |  74k| 103k|3461 | 0.000000e+00 | 2.900000e+01 |    Inf 
462.51/462.59	o 28
462.51/462.59	c * 463s|165477 | 21177 |318669 |   1.9 | 169M|2047 |   - |5645 |6483 |5645 | 246 |  76k| 106k|3486 | 0.000000e+00 | 2.800000e+01 |    Inf 
464.21/464.20	o 20
464.21/464.20	c * 464s|166107 | 18841 |321489 |   1.9 | 152M|2047 |   - |5645 |6243 |5645 | 231 |  76k| 107k|3503 | 0.000000e+00 | 2.000000e+01 |    Inf 
469.10/469.14	o 19
469.10/469.14	c * 469s|168224 | 18484 |331986 |   2.0 | 150M|2047 |   - |5645 |6660 |5645 | 250 |  78k| 110k|3530 | 0.000000e+00 | 1.900000e+01 |    Inf 
473.21/473.29	c   473s|170000 | 18466 |340075 |   2.0 | 150M|2047 |   - |5645 |6360 |   0 |   0 |  80k| 112k|3602 | 0.000000e+00 | 1.900000e+01 |    Inf 
488.80/488.80	o 16
488.80/488.80	c * 489s|177128 | 17938 |370110 |   2.1 | 149M|2047 |   - |5645 |7417 |5645 | 255 |  85k| 123k|3730 | 0.000000e+00 | 1.600000e+01 |    Inf 
495.01/495.03	c   495s|180000 | 17964 |384807 |   2.1 | 150M|2047 |   1 |5645 |7754 |5645 | 255 |  87k| 127k|3780 | 0.000000e+00 | 1.600000e+01 |    Inf 
508.91/508.95	o 10
508.91/508.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
508.91/508.95	c * 509s|186346 | 16295 |413237 |   2.2 | 139M|2047 |   - |5645 |7122 |5645 | 275 |  91k| 136k|3922 | 0.000000e+00 | 1.000000e+01 |    Inf 
512.72/512.75	o 7
512.72/512.75	c * 513s|188208 | 15005 |423204 |   2.2 | 128M|2047 |   - |5645 |7693 |5645 | 292 |  92k| 138k|3935 | 0.000000e+00 | 7.000000e+00 |    Inf 
516.31/516.35	c   516s|190000 | 14891 |431668 |   2.3 | 127M|2047 |   - |5645 |5764 |   0 |   0 |  93k| 141k|3991 | 0.000000e+00 | 7.000000e+00 |    Inf 
535.21/535.29	c   535s|200000 | 14708 |477651 |   2.4 | 128M|2047 |   1 |5645 |8509 |5645 | 196 | 100k| 155k|4170 | 0.000000e+00 | 7.000000e+00 |    Inf 
536.82/536.89	o 4
536.82/536.89	c * 537s|200814 | 14166 |481477 |   2.4 | 124M|2047 |   - |5645 |8942 |5645 | 243 | 100k| 156k|4172 | 0.000000e+00 | 4.000000e+00 |    Inf 
553.71/553.77	c   554s|210000 | 14027 |522409 |   2.5 | 125M|2047 |   1 |5645 |9383 |5645 | 225 | 106k| 168k|4344 | 0.000000e+00 | 4.000000e+00 |    Inf 
572.41/572.50	c   572s|220000 | 13796 |567747 |   2.6 | 125M|2047 |   - |5645 |  10k|   0 |   0 | 112k| 182k|4502 | 0.000000e+00 | 4.000000e+00 |    Inf 
591.21/591.28	c   591s|230000 | 13452 |612276 |   2.7 | 124M|2047 |   - |5645 |  10k|   0 |   0 | 118k| 195k|4668 | 0.000000e+00 | 4.000000e+00 |    Inf 
611.01/611.03	c   611s|240000 | 13406 |658924 |   2.7 | 125M|2047 |   - |5645 |  11k|   0 |   0 | 125k| 209k|4826 | 0.000000e+00 | 4.000000e+00 |    Inf 
631.52/631.57	c   632s|250000 | 13411 |710971 |   2.8 | 127M|2047 |   1 |5645 |  15k|5645 | 262 | 132k| 223k|4963 | 0.000000e+00 | 4.000000e+00 |    Inf 
654.71/654.73	c   655s|260000 | 13422 |766278 |   2.9 | 129M|2047 |   1 |5645 |  18k|5645 | 270 | 138k| 237k|5069 | 0.000000e+00 | 4.000000e+00 |    Inf 
677.01/677.01	c   677s|270000 | 13413 |817094 |   3.0 | 129M|2047 |   - |5645 |  16k|   0 |   0 | 146k| 250k|5278 | 0.000000e+00 | 4.000000e+00 |    Inf 
699.51/699.52	c   699s|280000 | 13463 |868345 |   3.1 | 131M|2047 |  15 |5645 |  19k|5645 | 241 | 153k| 263k|5402 | 0.000000e+00 | 4.000000e+00 |    Inf 
722.83/722.87	c   723s|290000 | 13353 |920007 |   3.2 | 131M|2047 |  17 |5645 |  18k|5645 | 266 | 160k| 276k|5530 | 0.000000e+00 | 4.000000e+00 |    Inf 
746.52/746.58	c   747s|300000 | 13186 |973137 |   3.2 | 130M|2047 |  15 |5645 |  16k|5645 | 242 | 167k| 291k|5676 | 0.000000e+00 | 4.000000e+00 |    Inf 
770.42/770.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
770.42/770.47	c   770s|310000 | 13183 |  1030k|   3.3 | 131M|2047 |   - |5645 |  17k|   0 |   0 | 176k| 305k|5818 | 0.000000e+00 | 4.000000e+00 |    Inf 
777.32/777.35	o 1
777.32/777.35	c * 777s|313015 | 12595 |  1045k|   3.3 | 124M|2047 |   - |5645 |  16k|5645 | 237 | 178k| 309k|5854 | 0.000000e+00 | 1.000000e+00 |    Inf 
791.61/791.61	c   792s|320000 | 12326 |  1089k|   3.4 | 122M|2047 |   - |5645 |  12k|   0 |   0 | 183k| 320k|5943 | 0.000000e+00 | 1.000000e+00 |    Inf 
812.42/812.47	c   812s|330000 | 12485 |  1140k|   3.5 | 125M|2047 |  14 |5645 |  14k|5645 | 268 | 191k| 335k|6010 | 0.000000e+00 | 1.000000e+00 |    Inf 
833.22/833.29	c   833s|340000 | 12426 |  1190k|   3.5 | 125M|2047 |   - |5645 |  14k|   0 |   0 | 198k| 351k|6097 | 0.000000e+00 | 1.000000e+00 |    Inf 
854.42/854.42	c   854s|350000 | 12145 |  1242k|   3.5 | 120M|2047 |  12 |5645 |9310 |5645 | 176 | 205k| 365k|6300 | 0.000000e+00 | 1.000000e+00 |    Inf 
873.22/873.22	c   873s|360000 | 12310 |  1283k|   3.6 | 123M|2047 |  16 |5645 |  11k|5645 | 215 | 212k| 379k|6320 | 0.000000e+00 | 1.000000e+00 |    Inf 
892.92/893.00	c   893s|370000 | 12111 |  1330k|   3.6 | 121M|2047 |   1 |5645 |9815 |5645 | 206 | 219k| 393k|6428 | 0.000000e+00 | 1.000000e+00 |    Inf 
911.53/911.50	c   911s|380000 | 12199 |  1372k|   3.6 | 123M|2047 |   1 |5645 |  13k|5645 | 205 | 225k| 407k|6529 | 0.000000e+00 | 1.000000e+00 |    Inf 
931.32/931.36	c   931s|390000 | 12232 |  1416k|   3.6 | 124M|2047 |   1 |5645 |  15k|5645 | 205 | 231k| 423k|6566 | 0.000000e+00 | 1.000000e+00 |    Inf 
951.33/951.33	c   951s|400000 | 12263 |  1462k|   3.7 | 125M|2047 |   1 |5645 |  17k|5645 | 212 | 238k| 438k|6635 | 0.000000e+00 | 1.000000e+00 |    Inf 
971.93/971.98	c   972s|410000 | 12193 |  1507k|   3.7 | 124M|2047 |   - |5645 |  14k|   0 |   0 | 244k| 453k|6692 | 0.000000e+00 | 1.000000e+00 |    Inf 
992.72/992.71	c   993s|420000 | 12191 |  1551k|   3.7 | 125M|2047 |   - |5645 |  17k|   0 |   0 | 250k| 467k|6765 | 0.000000e+00 | 1.000000e+00 |    Inf 
1014.03/1014.01	c  1014s|430000 | 12050 |  1597k|   3.7 | 122M|2047 |   1 |5645 |  11k|5645 | 212 | 257k| 481k|6986 | 0.000000e+00 | 1.000000e+00 |    Inf 
1033.13/1033.13	c  1033s|440000 | 12095 |  1639k|   3.7 | 123M|2047 |   1 |5645 |  12k|5645 | 216 | 262k| 494k|7019 | 0.000000e+00 | 1.000000e+00 |    Inf 
1052.63/1052.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1052.63/1052.65	c  1053s|450000 | 12027 |  1680k|   3.7 | 123M|2047 |   - |5645 |  13k|   0 |   0 | 267k| 507k|7152 | 0.000000e+00 | 1.000000e+00 |    Inf 
1070.83/1070.82	c  1071s|460000 | 12213 |  1709k|   3.7 | 125M|2047 |   - |5645 |  14k|   0 |   0 | 271k| 521k|7187 | 0.000000e+00 | 1.000000e+00 |    Inf 
1090.63/1090.61	c  1091s|470000 | 11820 |  1750k|   3.7 | 121M|2047 |   - |5645 |  12k|   0 |   0 | 276k| 536k|7275 | 0.000000e+00 | 1.000000e+00 |    Inf 
1110.83/1110.83	c  1111s|480000 | 11801 |  1800k|   3.8 | 121M|2047 |   6 |5645 |  13k|5645 | 203 | 282k| 550k|7364 | 0.000000e+00 | 1.000000e+00 |    Inf 
1132.33/1132.30	c  1132s|490000 | 11154 |  1856k|   3.8 | 118M|2047 |   - |5645 |  11k|   0 |   0 | 290k| 563k|7437 | 0.000000e+00 | 1.000000e+00 |    Inf 
1151.74/1151.75	c  1152s|500000 | 11174 |  1900k|   3.8 | 117M|2047 |   - |5645 |9777 |5645 | 199 | 297k| 576k|7576 | 0.000000e+00 | 1.000000e+00 |    Inf 
1171.14/1171.18	c  1171s|510000 | 11174 |  1945k|   3.8 | 119M|2047 |   1 |5645 |  11k|5645 | 213 | 303k| 589k|7637 | 0.000000e+00 | 1.000000e+00 |    Inf 
1190.14/1190.18	c  1190s|520000 | 10843 |  1987k|   3.8 | 116M|2047 |   1 |5645 |  10k|5645 | 186 | 308k| 603k|7714 | 0.000000e+00 | 1.000000e+00 |    Inf 
1208.64/1208.66	c  1209s|530000 | 10803 |  2025k|   3.8 | 117M|2047 |   1 |5645 |  11k|5645 | 197 | 313k| 616k|7765 | 0.000000e+00 | 1.000000e+00 |    Inf 
1228.63/1228.62	c  1229s|540000 | 10918 |  2067k|   3.8 | 120M|2047 |   1 |5645 |  13k|5645 | 199 | 318k| 629k|7822 | 0.000000e+00 | 1.000000e+00 |    Inf 
1249.43/1249.41	c  1249s|550000 | 10837 |  2109k|   3.8 | 117M|2047 |   1 |5645 |  11k|5645 | 168 | 323k| 642k|7875 | 0.000000e+00 | 1.000000e+00 |    Inf 
1268.94/1268.95	c  1269s|560000 | 11235 |  2149k|   3.8 | 122M|2047 |   - |5645 |  15k|   0 |   0 | 329k| 655k|7930 | 0.000000e+00 | 1.000000e+00 |    Inf 
1288.84/1288.82	c  1289s|570000 | 11493 |  2187k|   3.8 | 124M|2047 |   1 |5645 |  15k|5645 | 168 | 336k| 669k|7971 | 0.000000e+00 | 1.000000e+00 |    Inf 
1308.24/1308.22	c  1308s|580000 | 11737 |  2227k|   3.8 | 126M|2047 |   - |5645 |  14k|   0 |   0 | 343k| 682k|8025 | 0.000000e+00 | 1.000000e+00 |    Inf 
1328.44/1328.43	c  1328s|590000 | 11970 |  2267k|   3.8 | 129M|2047 |   - |5645 |  16k|   0 |   0 | 350k| 699k|8068 | 0.000000e+00 | 1.000000e+00 |    Inf 
1349.04/1349.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1349.04/1349.00	c  1349s|600000 | 12238 |  2310k|   3.9 | 132M|2047 |   - |5645 |  16k|   0 |   0 | 358k| 713k|8127 | 0.000000e+00 | 1.000000e+00 |    Inf 
1369.15/1369.10	c  1369s|610000 | 12304 |  2350k|   3.9 | 133M|2047 |   1 |5645 |  16k|5645 | 178 | 365k| 729k|8179 | 0.000000e+00 | 1.000000e+00 |    Inf 
1389.64/1389.66	c  1390s|620000 | 12518 |  2391k|   3.9 | 136M|2047 |   - |5645 |  15k|5645 | 222 | 371k| 743k|8218 | 0.000000e+00 | 1.000000e+00 |    Inf 
1409.34/1409.36	c  1409s|630000 | 12715 |  2430k|   3.9 | 138M|2047 |   1 |5645 |  14k|5645 | 190 | 377k| 756k|8270 | 0.000000e+00 | 1.000000e+00 |    Inf 
1428.95/1428.93	c  1429s|640000 | 12878 |  2470k|   3.9 | 139M|2047 |   - |5645 |  14k|   0 |   0 | 384k| 770k|8318 | 0.000000e+00 | 1.000000e+00 |    Inf 
1449.04/1449.07	c  1449s|650000 | 13084 |  2516k|   3.9 | 142M|2047 |   4 |5645 |  15k|5645 | 181 | 391k| 785k|8382 | 0.000000e+00 | 1.000000e+00 |    Inf 
1470.15/1470.10	c  1470s|660000 | 13267 |  2565k|   3.9 | 144M|2047 |   - |5645 |  16k|   0 |   0 | 399k| 799k|8456 | 0.000000e+00 | 1.000000e+00 |    Inf 
1490.35/1490.38	c  1490s|670000 | 13388 |  2605k|   3.9 | 146M|2047 |   - |5645 |  15k|   0 |   0 | 405k| 813k|8497 | 0.000000e+00 | 1.000000e+00 |    Inf 
1512.04/1512.00	c  1512s|680000 | 13499 |  2649k|   3.9 | 147M|2047 |   1 |5645 |  16k|5645 | 226 | 411k| 826k|8548 | 0.000000e+00 | 1.000000e+00 |    Inf 
1532.64/1532.61	c  1533s|690000 | 13659 |  2688k|   3.9 | 150M|2047 |   - |5645 |  17k|   0 |   0 | 418k| 839k|8592 | 0.000000e+00 | 1.000000e+00 |    Inf 
1553.36/1553.35	c  1553s|700000 | 13691 |  2725k|   3.9 | 151M|2047 |   - |5645 |  17k|   0 |   0 | 424k| 853k|8638 | 0.000000e+00 | 1.000000e+00 |    Inf 
1574.55/1574.51	c  1574s|710000 | 13696 |  2766k|   3.9 | 152M|2047 |   - |5645 |  17k|   0 |   0 | 430k| 868k|8680 | 0.000000e+00 | 1.000000e+00 |    Inf 
1595.65/1595.67	c  1596s|720000 | 13923 |  2810k|   3.9 | 155M|2047 |   5 |5645 |  18k|5645 | 185 | 437k| 882k|8732 | 0.000000e+00 | 1.000000e+00 |    Inf 
1616.65/1616.66	c  1617s|730000 | 13982 |  2850k|   3.9 | 156M|2047 |   1 |5645 |  18k|5645 | 182 | 443k| 896k|8763 | 0.000000e+00 | 1.000000e+00 |    Inf 
1637.65/1637.67	c  1638s|740000 | 14268 |  2890k|   3.9 | 159M|2047 |   - |5645 |  17k|   0 |   0 | 449k| 909k|8811 | 0.000000e+00 | 1.000000e+00 |    Inf 
1659.06/1659.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1659.06/1659.01	c  1659s|750000 | 14412 |  2931k|   3.9 | 161M|2047 |   - |5645 |  18k|   0 |   0 | 455k| 923k|8850 | 0.000000e+00 | 1.000000e+00 |    Inf 
1680.65/1680.60	c  1681s|760000 | 14449 |  2971k|   3.9 | 162M|2047 |   - |5645 |  19k|   0 |   0 | 461k| 937k|8900 | 0.000000e+00 | 1.000000e+00 |    Inf 
1702.56/1702.58	c  1703s|770000 | 14457 |  3016k|   3.9 | 163M|2047 |  16 |5645 |  18k|5645 | 202 | 468k| 953k|8946 | 0.000000e+00 | 1.000000e+00 |    Inf 
1723.66/1723.70	c  1724s|780000 | 14417 |  3062k|   3.9 | 163M|2047 |   - |5645 |  17k|   0 |   0 | 474k| 968k|8999 | 0.000000e+00 | 1.000000e+00 |    Inf 
1745.46/1745.44	c  1745s|790000 | 14405 |  3106k|   3.9 | 163M|2047 |   1 |5645 |  17k|5645 | 218 | 481k| 983k|9042 | 0.000000e+00 | 1.000000e+00 |    Inf 
1766.46/1766.46	c  1766s|800000 | 14416 |  3147k|   3.9 | 165M|2047 |   - |5645 |  18k|   0 |   0 | 487k| 997k|9087 | 0.000000e+00 | 1.000000e+00 |    Inf 
1787.56/1787.56	c  1788s|810000 | 14417 |  3189k|   3.9 | 165M|2047 |   - |5645 |  17k|   0 |   0 | 494k|1012k|9136 | 0.000000e+00 | 1.000000e+00 |    Inf 
1790.06/1790.00	c 
1790.06/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1790.06/1790.00	c Solving Time (sec) : 1789.97
1790.06/1790.00	c Solving Nodes      : 811211
1790.06/1790.00	c Primal Bound       : +1.00000000000000e+00 (247 solutions)
1790.06/1790.00	c Dual Bound         : +0.00000000000000e+00
1790.06/1790.00	c Gap                : infinite
1790.06/1790.07	s SATISFIABLE
1790.06/1790.07	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 x222 -x221 x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1790.06/1790.07	v -x209 x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1790.06/1790.07	v -x188 -x187 -x186 x185 -x184 -x183 -x182 x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 x170 -x169 -x168 
1790.06/1790.07	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1790.06/1790.07	v -x146 -x145 -x144 x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 x135 -x134 -x133 -x132 -x131 -x130 -x129 x128 -x127 -x126 -x125 
1790.06/1790.07	v -x124 -x123 -x122 x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 
1790.06/1790.07	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.07	v -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 x60 -x59 -x58 -x57 -x56 -x55 x54 
1790.06/1790.07	v -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 x29 
1790.06/1790.07	v -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 x11 -x10 -x9 x8 -x7 -x6 -x5 -x4 -x3 -x2 
1790.06/1790.07	v -x1 
1790.06/1790.07	c SCIP Status        : solving was interrupted [time limit reached]
1790.06/1790.07	c Solving Time       :    1789.97
1790.06/1790.07	c Original Problem   :
1790.06/1790.07	c   Problem name     : HOME/instance-2705035-1278578327.wbo
1790.06/1790.07	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.06/1790.07	c   Constraints      : 5415 initial, 5415 maximal
1790.06/1790.07	c Presolved Problem  :
1790.06/1790.07	c   Problem name     : t_HOME/instance-2705035-1278578327.wbo
1790.06/1790.07	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.06/1790.07	c   Constraints      : 5414 initial, 21766 maximal
1790.06/1790.07	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.06/1790.07	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1790.06/1790.07	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1790.06/1790.07	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.06/1790.07	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.06/1790.07	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.06/1790.07	c   probing          :       0.03          0          0          0          0          0          0          0          0
1790.06/1790.07	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1790.06/1790.07	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1790.06/1790.07	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1790.06/1790.07	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.06/1790.07	c   root node        :          -       5414          -          -       5414          -          -          -          -
1790.06/1790.07	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.06/1790.07	c   integral         :          0          0          0     548447          0         13        737          0          0     769578
1790.06/1790.07	c   linear           :       2707          6    4400986     159086          1     285637   18188966     494888          0          0
1790.06/1790.07	c   indicator        :       2707          0    1499210     132010          0       1170    8975501          0          0          0
1790.06/1790.07	c   logicor          :          0+         0    1272426          0          0      65136    1611630          0          0          0
1790.06/1790.07	c   bounddisjunction :          0+         0     153696          0          0        155       7135          0          0          0
1790.06/1790.07	c   countsols        :          0          0          0      99318          1          0          0          0          0          0
1790.06/1790.07	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.06/1790.07	c   integral         :      14.76       0.00       0.00      14.76       0.00
1790.06/1790.07	c   linear           :     232.07       0.00     215.29      16.77       0.00
1790.06/1790.07	c   indicator        :      78.16       0.01      51.60      26.55       0.00
1790.06/1790.07	c   logicor          :     177.49       0.00     177.49       0.00       0.00
1790.06/1790.07	c   bounddisjunction :       3.02       0.00       3.02       0.00       0.00
1790.06/1790.07	c   countsols        :       0.02       0.00       0.00       0.02       0.00
1790.06/1790.07	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.06/1790.07	c   vbounds          :       1.01      70736          4      17115
1790.06/1790.07	c   rootredcost      :       0.69         53          0       2707
1790.06/1790.07	c   pseudoobj        :     189.00    4426418      20655    8539519
1790.06/1790.07	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.06/1790.07	c   propagation      :      25.31     371583     371575    2390596       30.7      12139       24.4          -
1790.06/1790.07	c   infeasible LP    :       4.07      11066      11066      91848       40.1         80       20.4          0
1790.06/1790.07	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.06/1790.07	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.06/1790.07	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.06/1790.07	c   applied globally :          -          -          -    1014681       24.4          -          -          -
1790.06/1790.07	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.06/1790.07	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.06/1790.07	c   cut pool         :       0.00          3          -          -          1          -    (maximal pool size: 73)
1790.06/1790.07	c   redcost          :      59.78     552268          0     588802          0          0
1790.06/1790.07	c   impliedbounds    :       0.00          4          0          0          0          0
1790.06/1790.07	c   intobj           :       0.00          0          0          0          0          0
1790.06/1790.07	c   cgmip            :       0.00          0          0          0          0          0
1790.06/1790.07	c   gomory           :       0.01          4          0          0        230          0
1790.06/1790.07	c   strongcg         :       0.01          4          0          0        215          0
1790.06/1790.07	c   cmir             :       0.01          4          0          0          0          0
1790.06/1790.07	c   flowcover        :       0.02          4          0          0          0          0
1790.06/1790.07	c   clique           :       0.00          1          0          0          0          0
1790.06/1790.07	c   zerohalf         :       0.00          0          0          0          0          0
1790.06/1790.07	c   mcf              :       0.00          1          0          0          0          0
1790.06/1790.07	c   rapidlearning    :       0.17          1          0          0          0          0
1790.06/1790.07	c Pricers            :       Time      Calls       Vars
1790.06/1790.07	c   problem variables:       0.00          0          0
1790.06/1790.07	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.06/1790.07	c   relpscost        :      14.36     385408         13        737          0          0     769578
1790.06/1790.07	c   pscost           :       0.00          0          0          0          0          0          0
1790.06/1790.07	c   inference        :      54.48      99266          0          0          0          0     198880
1790.06/1790.07	c   mostinf          :       0.00          0          0          0          0          0          0
1790.06/1790.07	c   leastinf         :       0.00          0          0          0          0          0          0
1790.06/1790.07	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.06/1790.07	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.06/1790.07	c   random           :       0.00          0          0          0          0          0          0
1790.06/1790.07	c Primal Heuristics  :       Time      Calls      Found
1790.06/1790.07	c   LP solutions     :       0.20          -         53
1790.06/1790.07	c   pseudo solutions :       0.00          -          0
1790.06/1790.07	c   feaspump         :       0.00          0          0
1790.06/1790.07	c   intshifting      :       0.00          0          0
1790.06/1790.07	c   oneopt           :       0.48         50          0
1790.06/1790.07	c   guideddiving     :       0.12         41          0
1790.06/1790.07	c   linesearchdiving :       0.15         83          0
1790.06/1790.07	c   coefdiving       :       0.15         83          0
1790.06/1790.07	c   pscostdiving     :       0.15         83          0
1790.06/1790.07	c   fracdiving       :       0.15         83          0
1790.06/1790.07	c   veclendiving     :       0.15         84          0
1790.06/1790.07	c   rootsoldiving    :       0.16         76          0
1790.06/1790.07	c   objpscostdiving  :       0.15         77          0
1790.06/1790.07	c   crossover        :       3.56         88          6
1790.06/1790.07	c   trivial          :       0.07          2          2
1790.06/1790.07	c   simplerounding   :       0.75     385811          0
1790.06/1790.07	c   zirounding       :       0.34       1000          0
1790.06/1790.07	c   rounding         :       1.36       8768          0
1790.06/1790.07	c   shifting         :       0.77       2764          0
1790.06/1790.07	c   twoopt           :       0.00          0          0
1790.06/1790.07	c   fixandinfer      :       0.00          0          0
1790.06/1790.07	c   intdiving        :       0.00          0          0
1790.06/1790.07	c   actconsdiving    :       0.00          0          0
1790.06/1790.07	c   octane           :       0.00          0          0
1790.06/1790.07	c   rens             :       0.03          1          0
1790.06/1790.07	c   rins             :       0.00          0          0
1790.06/1790.07	c   localbranching   :       0.00          0          0
1790.06/1790.07	c   mutation         :       0.00          0          0
1790.06/1790.07	c   dins             :       0.00          0          0
1790.06/1790.07	c   undercover       :       0.00          0          0
1790.06/1790.07	c   nlp              :       0.17          0          0
1790.06/1790.07	c   trysol           :       0.51        376        186
1790.06/1790.07	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.06/1790.07	c   primal LP        :       0.00          0          0       0.00          -
1790.06/1790.07	c   dual LP          :     479.66     469626    3193351       6.80    6657.56
1790.06/1790.07	c   lex dual LP      :       0.00          0          0       0.00          -
1790.06/1790.07	c   barrier LP       :       0.00          0          0       0.00          -
1790.06/1790.07	c   diving/probing LP:       0.13         72        898      12.47    6862.61
1790.06/1790.07	c   strong branching :      11.51       9136      96768      10.59    8404.72
1790.06/1790.07	c     (at root node) :          -         32       1047      32.72          -
1790.06/1790.07	c   conflict analysis:       0.00          0          0       0.00          -
1790.06/1790.07	c B&B Tree           :
1790.06/1790.07	c   number of runs   :          1
1790.06/1790.07	c   nodes            :     811211
1790.06/1790.07	c   nodes (total)    :     811211
1790.06/1790.07	c   nodes left       :      14437
1790.06/1790.07	c   max depth        :       2047
1790.06/1790.07	c   max depth (total):       2047
1790.06/1790.07	c   backtracks       :      66797 (8.2%)
1790.06/1790.07	c   delayed cutoffs  :      64416
1790.06/1790.07	c   repropagations   :    2150614 (6461389 domain reductions, 56679 cutoffs)
1790.06/1790.07	c   avg switch length:       6.94
1790.06/1790.07	c   switching time   :     236.71
1790.06/1790.07	c Solution           :
1790.06/1790.07	c   Solutions found  :        247 (54 improvements)
1790.06/1790.07	c   First Solution   : +1.34313000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1790.06/1790.07	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 313015 nodes, 777.32 seconds, depth 31, found by <relaxation>)
1790.06/1790.07	c   Dual Bound       : +0.00000000000000e+00
1790.06/1790.07	c   Gap              :   infinite
1790.06/1790.07	c   Root Dual Bound  : +0.00000000000000e+00
1790.06/1790.07	c   Root Iterations  :        184
1790.25/1790.28	c Time complete: 1790.35.

Verifier Data

OK	1

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705035-1278578327/watcher-2705035-1278578327 -o /tmp/evaluation-result-2705035-1278578327/solver-2705035-1278578327 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705035-1278578327.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 4/178 23819
/proc/meminfo: memFree=28711964/32950928 swapFree=67111528/67111528
[pid=23819] ppid=23817 vsize=12884 CPUtime=0
/proc/23819/stat : 23819 (pbscip.linux.x8) R 23817 23819 23390 0 -1 4202496 2064 0 0 0 0 0 0 0 25 0 1 0 26046525 13193216 1983 4089446400 4194304 10345943 140736653910272 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23819/statm: 3221 1983 429 1502 0 1714 0

[startup+0.106175 s]
/proc/loadavg: 2.00 2.00 1.94 4/178 23819
/proc/meminfo: memFree=28711964/32950928 swapFree=67111528/67111528
[pid=23819] ppid=23817 vsize=38020 CPUtime=0.1
/proc/23819/stat : 23819 (pbscip.linux.x8) R 23817 23819 23390 0 -1 4202496 8448 0 0 0 10 0 0 0 25 0 1 0 26046525 38932480 8013 4089446400 4194304 10345943 140736653910272 18446744073709551615 9138370 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23819/statm: 9505 8013 509 1502 0 7998 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 38020

[startup+0.201161 s]
/proc/loadavg: 2.00 2.00 1.94 4/178 23819
/proc/meminfo: memFree=28711964/32950928 swapFree=67111528/67111528
[pid=23819] ppid=23817 vsize=62868 CPUtime=0.19
/proc/23819/stat : 23819 (pbscip.linux.x8) R 23817 23819 23390 0 -1 4202496 14706 0 0 0 19 0 0 0 25 0 1 0 26046525 64376832 14271 4089446400 4194304 10345943 140736653910272 18446744073709551615 6326861 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23819/statm: 15717 14271 628 1502 0 14210 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 62868

[startup+0.301139 s]
/proc/loadavg: 2.00 2.00 1.94 4/178 23819
/proc/meminfo: memFree=28711964/32950928 swapFree=67111528/67111528
[pid=23819] ppid=23817 vsize=70104 CPUtime=0.29
/proc/23819/stat : 23819 (pbscip.linux.x8) R 23817 23819 23390 0 -1 4202496 16226 0 0 0 28 1 0 0 25 0 1 0 26046525 71786496 15791 4089446400 4194304 10345943 140736653910272 18446744073709551615 4796344 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23819/statm: 17526 15791 632 1502 0 16019 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70104

[startup+0.701061 s]
/proc/loadavg: 2.00 2.00 1.94 4/178 23819
/proc/meminfo: memFree=28711964/32950928 swapFree=67111528/67111528
[pid=23819] ppid=23817 vsize=65264 CPUtime=0.69
/proc/23819/stat : 23819 (pbscip.linux.x8) R 23817 23819 23390 0 -1 4202496 16892 0 0 0 68 1 0 0 25 0 1 0 26046525 66830336 15052 4089446400 4194304 10345943 140736653910272 18446744073709551615 6866097 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23819/statm: 16316 15052 751 1502 0 14809 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65264

[startup+1.50085 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23820
/proc/meminfo: memFree=28653800/32950928 swapFree=67111528/67111528
[pid=23819] ppid=23817 vsize=65264 CPUtime=1.49
/proc/23819/stat : 23819 (pbscip.linux.x8) R 23817 23819 23390 0 -1 4202496 16894 0 0 0 147 2 0 0 25 0 1 0 26046525 66830336 15054 4089446400 4194304 10345943 140736653910272 18446744073709551615 4453832 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23819/statm: 16316 15054 753 1502 0 14809 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65264

[startup+3.10054 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23820
/proc/meminfo: memFree=28652808/32950928 swapFree=67111528/67111528
[pid=23819] ppid=23817 vsize=65264 CPUtime=3.09
/proc/23819/stat : 23819 (pbscip.linux.x8) R 23817 23819 23390 0 -1 4202496 16896 0 0 0 307 2 0 0 25 0 1 0 26046525 66830336 15056 4089446400 4194304 10345943 140736653910272 18446744073709551615 6929822 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23819/statm: 16316 15056 754 1502 0 14809 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65264

[startup+6.30092 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23820
/proc/meminfo: memFree=28650092/32950928 swapFree=67111528/67111528
[pid=23819] ppid=23817 vsize=65264 CPUtime=6.29
/proc/23819/stat : 23819 (pbscip.linux.x8) R 23817 23819 23390 0 -1 4202496 19305 0 0 0 626 3 0 0 25 0 1 0 26046525 66830336 15084 4089446400 4194304 10345943 140736653910272 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23819/statm: 16316 15084 754 1502 0 14809 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 65264

[startup+12.7008 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23847
/proc/meminfo: memFree=29747272/32950928 swapFree=67111528/67111528
[pid=23819] ppid=23817 vsize=70016 CPUtime=12.69
/proc/23819/stat : 23819 (pbscip.linux.x8) R 23817 23819 23390 0 -1 4202496 28207 0 0 0 1264 5 0 0 25 0 1 0 26046525 71696384 15971 4089446400 4194304 10345943 140736653910272 18446744073709551615 4687909 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23819/statm: 17504 15971 754 1502 0 15997 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 70016

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23847
/proc/meminfo: memFree=29718232/32950928 swapFree=67111528/67111528
[pid=23819] ppid=23817 vsize=84464 CPUtime=25.49
/proc/23819/stat : 23819 (pbscip.linux.x8) R 23817 23819 23390 0 -1 4202496 36424 0 0 0 2542 7 0 0 25 0 1 0 26046525 86491136 19646 4089446400 4194304 10345943 140736653910272 18446744073709551615 8933842 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23819/statm: 21116 19646 761 1502 0 19609 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 84464

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23849
/proc/meminfo: memFree=29660096/32950928 swapFree=67111528/67111528
[pid=23819] ppid=23817 vsize=121948 CPUtime=51.09
/proc/23819/stat : 23819 (pbscip.linux.x8) R 23817 23819 23390 0 -1 4202496 46278 0 0 0 5098 11 0 0 25 0 1 0 26046525 124874752 28902 4089446400 4194304 10345943 140736653910272 18446744073709551615 4729234 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23819/statm: 30487 28902 762 1502 0 28980 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 121948

[startup+102.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23849
/proc/meminfo: memFree=29540756/32950928 swapFree=67111528/67111528
[pid=23819] ppid=23817 vsize=169416 CPUtime=102.3
/proc/23819/stat : 23819 (pbscip.linux.x8) R 23817 23819 23390 0 -1 4202496 80758 0 0 0 10209 21 0 0 25 0 1 0 26046525 173481984 40768 4089446400 4194304 10345943 140736653910272 18446744073709551615 4688038 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23819/statm: 42354 40768 762 1502 0 40847 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 169416

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23851
/proc/meminfo: memFree=29360088/32950928 swapFree=67111528/67111528
[pid=23819] ppid=23817 vsize=275240 CPUtime=162.3
/proc/23819/stat : 23819 (pbscip.linux.x8) R 23817 23819 23390 0 -1 4202496 151022 0 0 0 16197 33 0 0 25 0 1 0 26046525 281845760 66333 4089446400 4194304 10345943 140736653910272 18446744073709551615 4687925 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23819/statm: 68810 66333 762 1502 0 67303 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 275240

[startup+222.307 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23853
/proc/meminfo: memFree=29256252/32950928 swapFree=67111528/67111528
[pid=23819] ppid=23817 vsize=373608 CPUtime=222.31
/proc/23819/stat : 23819 (pbscip.linux.x8) R 23817 23819 23390 0 -1 4202496 206952 0 0 0 22184 47 0 0 25 0 1 0 26046525 382574592 89334 4089446400 4194304 10345943 140736653910272 18446744073709551615 5614724 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23819/statm: 93402 89334 762 1502 0 91895 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 373608

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23855
/proc/meminfo: memFree=29172132/32950928 swapFree=67111528/67111528
[pid=23819] ppid=23817 vsize=456848 CPUtime=282.3
/proc/23819/stat : 23819 (pbscip.linux.x8) R 23817 23819 23390 0 -1 4202496 288962 0 0 0 28166 64 0 0 25 0 1 0 26046525 467812352 109051 4089446400 4194304 10345943 140736653910272 18446744073709551615 6064163 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23819/statm: 114212 109051 778 1502 0 112705 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 456848

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23857
/proc/meminfo: memFree=29131156/32950928 swapFree=67111528/67111528
[pid=23819] ppid=23817 vsize=494600 CPUtime=342.3
/proc/23819/stat : 23819 (pbscip.linux.x8) R 23817 23819 23390 0 -1 4202496 331537 0 0 0 34154 76 0 0 25 0 1 0 26046525 506470400 118022 4089446400 4194304 10345943 140736653910272 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23819/statm: 123650 118022 785 1502 0 122143 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 494600

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23857
/proc/meminfo: memFree=29100704/32950928 swapFree=67111528/67111528
[pid=23819] ppid=23817 vsize=528992 CPUtime=402.3
/proc/23819/stat : 23819 (pbscip.linux.x8) R 23817 23819 23390 0 -1 4202496 363538 0 0 0 40143 87 0 0 25 0 1 0 26046525 541687808 125832 4089446400 4194304 10345943 140736653910272 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23819/statm: 132248 125832 785 1502 0 130741 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 528992

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23859
/proc/meminfo: memFree=29079572/32950928 swapFree=67111528/67111528
[pid=23819] ppid=23817 vsize=550780 CPUtime=462.31
/proc/23819/stat : 23819 (pbscip.linux.x8) R 23817 23819 23390 0 -1 4202496 426967 0 0 0 46129 102 0 0 25 0 1 0 26046525 563998720 130888 4089446400 4194304 10345943 140736653910272 18446744073709551615 4706109 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23819/statm: 137695 130888 785 1502 0 136188 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 550780

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23861
/proc/meminfo: memFree=29073576/32950928 swapFree=67111528/67111528
[pid=23819] ppid=23817 vsize=555200 CPUtime=522.31
/proc/23819/stat : 23819 (pbscip.linux.x8) R 23817 23819 23390 0 -1 4202496 499903 0 0 0 52111 120 0 0 25 0 1 0 26046525 568524800 132163 4089446400 4194304 10345943 140736653910272 18446744073709551615 5614603 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23819/statm: 138800 132163 795 1502 0 137293 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 555200

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23863
/proc/meminfo: memFree=29071412/32950928 swapFree=67111528/67111528
[pid=23819] ppid=23817 vsize=557996 CPUtime=582.31
/proc/23819/stat : 23819 (pbscip.linux.x8) R 23817 23819 23390 0 -1 4202496 531660 0 0 0 58097 134 0 0 25 0 1 0 26046525 571387904 133000 4089446400 4194304 10345943 140736653910272 18446744073709551615 6119510 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23819/statm: 139499 133000 795 1502 0 137992 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 557996

[startup+642.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23864
/proc/meminfo: memFree=29068496/32950928 swapFree=67111528/67111528
[pid=23819] ppid=23817 vsize=561372 CPUtime=642.31
/proc/23819/stat : 23819 (pbscip.linux.x8) R 23817 23819 23390 0 -1 4202496 540793 0 0 0 64086 145 0 0 25 0 1 0 26046525 574844928 133572 4089446400 4194304 10345943 140736653910272 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23819/statm: 140343 133572 795 1502 0 138836 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 561372

[startup+702.301 s]

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

/proc/meminfo: memFree=29059968/32950928 swapFree=67111528/67111528
[pid=23819] ppid=23817 vsize=566360 CPUtime=1002.33
/proc/23819/stat : 23819 (pbscip.linux.x8) R 23817 23819 23390 0 -1 4202496 574776 0 0 0 100024 209 0 0 25 0 1 0 26046525 579952640 134893 4089446400 4194304 10345943 140736653910272 18446744073709551615 6068924 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23819/statm: 141590 134893 795 1502 0 140083 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 566360

[startup+1062.3 s]
/proc/loadavg: 2.12 2.03 1.95 3/179 23875
/proc/meminfo: memFree=29058416/32950928 swapFree=67111528/67111528
[pid=23819] ppid=23817 vsize=566768 CPUtime=1062.33
/proc/23819/stat : 23819 (pbscip.linux.x8) R 23817 23819 23390 0 -1 4202496 574933 0 0 0 106014 219 0 0 25 0 1 0 26046525 580370432 135050 4089446400 4194304 10345943 140736653910272 18446744073709551615 6518592 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23819/statm: 141692 135050 795 1502 0 140185 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 566768

[startup+1122.3 s]
/proc/loadavg: 2.04 2.02 1.95 3/179 23877
/proc/meminfo: memFree=29057364/32950928 swapFree=67111528/67111528
[pid=23819] ppid=23817 vsize=566768 CPUtime=1122.34
/proc/23819/stat : 23819 (pbscip.linux.x8) R 23817 23819 23390 0 -1 4202496 574986 0 0 0 112005 229 0 0 25 0 1 0 26046525 580370432 135103 4089446400 4194304 10345943 140736653910272 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23819/statm: 141692 135103 795 1502 0 140185 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 566768

[startup+1182.3 s]
/proc/loadavg: 2.01 2.02 1.95 3/179 23879
/proc/meminfo: memFree=29055572/32950928 swapFree=67111528/67111528
[pid=23819] ppid=23817 vsize=566768 CPUtime=1182.33
/proc/23819/stat : 23819 (pbscip.linux.x8) R 23817 23819 23390 0 -1 4202496 575033 0 0 0 117995 238 0 0 25 0 1 0 26046525 580370432 135150 4089446400 4194304 10345943 140736653910272 18446744073709551615 5026470 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23819/statm: 141692 135150 795 1502 0 140185 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 566768

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/179 23881
/proc/meminfo: memFree=29053636/32950928 swapFree=67111528/67111528
[pid=23819] ppid=23817 vsize=566900 CPUtime=1242.34
/proc/23819/stat : 23819 (pbscip.linux.x8) R 23817 23819 23390 0 -1 4202496 579153 0 0 0 123988 246 0 0 25 0 1 0 26046525 580505600 135090 4089446400 4194304 10345943 140736653910272 18446744073709551615 4212588 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23819/statm: 141725 135090 795 1502 0 140218 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 566900

[startup+1302.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/179 23881
/proc/meminfo: memFree=29052336/32950928 swapFree=67111528/67111528
[pid=23819] ppid=23817 vsize=567036 CPUtime=1302.34
/proc/23819/stat : 23819 (pbscip.linux.x8) R 23817 23819 23390 0 -1 4202496 579278 0 0 0 129978 256 0 0 25 0 1 0 26046525 580644864 135215 4089446400 4194304 10345943 140736653910272 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23819/statm: 141759 135215 795 1502 0 140252 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 567036

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23892
/proc/meminfo: memFree=29047432/32950928 swapFree=67111528/67111528
[pid=23819] ppid=23817 vsize=571712 CPUtime=1362.34
/proc/23819/stat : 23819 (pbscip.linux.x8) R 23817 23819 23390 0 -1 4202496 580225 0 0 0 135968 266 0 0 25 0 1 0 26046525 585433088 136162 4089446400 4194304 10345943 140736653910272 18446744073709551615 5614700 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23819/statm: 142928 136162 795 1502 0 141421 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 571712

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23894
/proc/meminfo: memFree=29042804/32950928 swapFree=67111528/67111528
[pid=23819] ppid=23817 vsize=575264 CPUtime=1422.35
/proc/23819/stat : 23819 (pbscip.linux.x8) R 23817 23819 23390 0 -1 4202496 581148 0 0 0 141961 274 0 0 25 0 1 0 26046525 589070336 137085 4089446400 4194304 10345943 140736653910272 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23819/statm: 143816 137085 795 1502 0 142309 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 575264

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23896
/proc/meminfo: memFree=29037680/32950928 swapFree=67111528/67111528
[pid=23819] ppid=23817 vsize=578556 CPUtime=1482.35
/proc/23819/stat : 23819 (pbscip.linux.x8) R 23817 23819 23390 0 -1 4202496 582123 0 0 0 147950 285 0 0 25 0 1 0 26046525 592441344 138060 4089446400 4194304 10345943 140736653910272 18446744073709551615 4216931 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23819/statm: 144639 138060 795 1502 0 143132 0
Current children cumulated CPU time (s) 1482.35
Current children cumulated vsize (KiB) 578556

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23898
/proc/meminfo: memFree=29029800/32950928 swapFree=67111528/67111528
[pid=23819] ppid=23817 vsize=583328 CPUtime=1542.35
/proc/23819/stat : 23819 (pbscip.linux.x8) R 23817 23819 23390 0 -1 4202496 583109 0 0 0 153944 291 0 0 25 0 1 0 26046525 597327872 139046 4089446400 4194304 10345943 140736653910272 18446744073709551615 6189928 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23819/statm: 145832 139046 795 1502 0 144325 0
Current children cumulated CPU time (s) 1542.35
Current children cumulated vsize (KiB) 583328

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23898
/proc/meminfo: memFree=29023268/32950928 swapFree=67111528/67111528
[pid=23819] ppid=23817 vsize=586976 CPUtime=1602.35
/proc/23819/stat : 23819 (pbscip.linux.x8) R 23817 23819 23390 0 -1 4202496 586024 0 0 0 159935 300 0 0 25 0 1 0 26046525 601063424 140167 4089446400 4194304 10345943 140736653910272 18446744073709551615 6119788 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23819/statm: 146744 140167 795 1502 0 145237 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 586976

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23900
/proc/meminfo: memFree=29018996/32950928 swapFree=67111528/67111528
[pid=23819] ppid=23817 vsize=592168 CPUtime=1662.35
/proc/23819/stat : 23819 (pbscip.linux.x8) R 23817 23819 23390 0 -1 4202496 587203 0 0 0 165924 311 0 0 25 0 1 0 26046525 606380032 141346 4089446400 4194304 10345943 140736653910272 18446744073709551615 4995703 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23819/statm: 148042 141346 795 1502 0 146535 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 592168

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23902
/proc/meminfo: memFree=29017432/32950928 swapFree=67111528/67111528
[pid=23819] ppid=23817 vsize=593440 CPUtime=1722.35
/proc/23819/stat : 23819 (pbscip.linux.x8) R 23817 23819 23390 0 -1 4202496 587595 0 0 0 171915 320 0 0 25 0 1 0 26046525 607682560 141738 4089446400 4194304 10345943 140736653910272 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23819/statm: 148360 141738 795 1502 0 146853 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 593440

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23904
/proc/meminfo: memFree=29014164/32950928 swapFree=67111528/67111528
[pid=23819] ppid=23817 vsize=597032 CPUtime=1782.36
/proc/23819/stat : 23819 (pbscip.linux.x8) R 23817 23819 23390 0 -1 4202496 588356 0 0 0 177910 326 0 0 25 0 1 0 26046525 611360768 142499 4089446400 4194304 10345943 140736653910272 18446744073709551615 6068889 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23819/statm: 149258 142499 795 1502 0 147751 0
Current children cumulated CPU time (s) 1782.36
Current children cumulated vsize (KiB) 597032

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

[startup+1785.6 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23904
/proc/meminfo: memFree=29014160/32950928 swapFree=67111528/67111528
[pid=23819] ppid=23817 vsize=597032 CPUtime=1785.66
/proc/23819/stat : 23819 (pbscip.linux.x8) R 23817 23819 23390 0 -1 4202496 588357 0 0 0 178239 327 0 0 25 0 1 0 26046525 611360768 142500 4089446400 4194304 10345943 140736653910272 18446744073709551615 6785155 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23819/statm: 149258 142500 795 1502 0 147751 0
Current children cumulated CPU time (s) 1785.66
Current children cumulated vsize (KiB) 597032

[startup+1788.8 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23904
/proc/meminfo: memFree=29014160/32950928 swapFree=67111528/67111528
[pid=23819] ppid=23817 vsize=597032 CPUtime=1788.86
/proc/23819/stat : 23819 (pbscip.linux.x8) R 23817 23819 23390 0 -1 4202496 588358 0 0 0 178559 327 0 0 25 0 1 0 26046525 611360768 142501 4089446400 4194304 10345943 140736653910272 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23819/statm: 149258 142501 795 1502 0 147751 0
Current children cumulated CPU time (s) 1788.86
Current children cumulated vsize (KiB) 597032

[startup+1789.6 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23904
/proc/meminfo: memFree=29014160/32950928 swapFree=67111528/67111528
[pid=23819] ppid=23817 vsize=597032 CPUtime=1789.66
/proc/23819/stat : 23819 (pbscip.linux.x8) R 23817 23819 23390 0 -1 4202496 588359 0 0 0 178639 327 0 0 25 0 1 0 26046525 611360768 142502 4089446400 4194304 10345943 140736653910272 18446744073709551615 6108031 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23819/statm: 149258 142502 795 1502 0 147751 0
Current children cumulated CPU time (s) 1789.66
Current children cumulated vsize (KiB) 597032

[startup+1790 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23904
/proc/meminfo: memFree=29014160/32950928 swapFree=67111528/67111528
[pid=23819] ppid=23817 vsize=597032 CPUtime=1790.06
/proc/23819/stat : 23819 (pbscip.linux.x8) R 23817 23819 23390 0 -1 4202496 588360 0 0 0 178679 327 0 0 25 0 1 0 26046525 611360768 142503 4089446400 4194304 10345943 140736653910272 18446744073709551615 5614786 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23819/statm: 149258 142503 795 1502 0 147751 0
Current children cumulated CPU time (s) 1790.06
Current children cumulated vsize (KiB) 597032

[startup+1790.2 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23904
/proc/meminfo: memFree=29014160/32950928 swapFree=67111528/67111528
[pid=23819] ppid=23817 vsize=597032 CPUtime=1790.25
/proc/23819/stat : 23819 (pbscip.linux.x8) R 23817 23819 23390 0 -1 4202496 588361 0 0 0 178698 327 0 0 18 0 1 0 26046525 611360768 142504 4089446400 4194304 10345943 140736653910272 18446744073709551615 6325579 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23819/statm: 149258 142504 796 1502 0 147751 0
Current children cumulated CPU time (s) 1790.25
Current children cumulated vsize (KiB) 597032

Child status: 0
Real time (s): 1790.28
CPU time (s): 1790.35
CPU user time (s): 1787.05
CPU system time (s): 3.3015
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 597032

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

runsolver used 3.43048 second user time and 5.76512 second system time

The end

Launcher Data

Begin job on node127 at 2010-07-08 10:38:47
IDJOB=2705035
IDBENCH=79269
IDSOLVER=1214
FILE ID=node127/2705035-1278578327
PBS_JOBID= 11240199
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.1900670234--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-2705035-1278578327/watcher-2705035-1278578327 -o /tmp/evaluation-result-2705035-1278578327/solver-2705035-1278578327 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705035-1278578327.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 68083219a398085883a8cf7e46688b9f
RANDOM SEED=1887248558

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:      28712492 kB
Buffers:        163068 kB
Cached:        2687184 kB
SwapCached:          0 kB
Active:        2358712 kB
Inactive:      1707480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28712492 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12860 kB
Writeback:           0 kB
AnonPages:     1215932 kB
Mapped:          17512 kB
Slab:           107100 kB
PageTables:       6948 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1392332 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:37