Trace number 2693101

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.2 with Clp 1.11.1 (Release Version) as LP solverMSAT (TO) 1800.41 1800.36

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900584219--soft-0-100-0.wbo
MD5SUM81f3c07bf85fb8fa2211498324cd1b10
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark325.622
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 136843
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136842
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 689
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2693101-1277931337.wbo>
0.00/0.03	c original problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5415 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.09/0.13	o 136842
0.09/0.13	c feasible solution found by trivial heuristic, objective value  1.368420e+05
0.09/0.13	c presolving:
0.09/0.13	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.14	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.19	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.19	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.19	c presolving (3 rounds):
0.09/0.19	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.19	c  2707 implications, 0 cliques
0.09/0.19	c presolved problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5414 constraints
0.09/0.19	c    2707 constraints of type <indicator>
0.09/0.19	c    2707 constraints of type <linear>
0.09/0.19	c transformed objective value is always integral (scale: 1)
0.09/0.19	c Presolving Time: 0.13
0.09/0.19	c - non default parameters ----------------------------------------------------------------------
0.09/0.19	c # SCIP version 1.2.1.2
0.09/0.19	c 
0.09/0.19	c # frequency for displaying node information lines
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.19	c display/freq = 10000
0.09/0.19	c 
0.09/0.19	c # maximal time in seconds to run
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/time = 1799.97
0.09/0.19	c 
0.09/0.19	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/memory = 3420
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify inequalities
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/linear/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify knapsacks
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.19	c separating/rapidlearning/freq = 0
0.09/0.19	c 
0.09/0.19	c -----------------------------------------------------------------------------------------------
0.09/0.19	c start solving
0.09/0.19	c 
0.19/0.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.20	c t 0.1s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
0.19/0.20	c   0.1s|     1 |     0 |    20 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
0.19/0.21	c   0.2s|     1 |     0 |    42 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |    62 |     - |  19M|   0 |  14 |5645 |5414 |5645 |  85 |  85 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |    88 |     - |  19M|   0 |  33 |5645 |5414 |5645 | 123 | 123 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
0.19/0.25	c   0.2s|     1 |     0 |   110 |     - |  19M|   0 |  43 |5645 |5414 |5645 | 145 | 145 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
0.19/0.28	c   0.2s|     1 |     0 |   183 |     - |  19M|   0 |  50 |5645 |5414 |5645 | 164 | 164 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
0.39/0.41	c   0.3s|     1 |     2 |   276 |     - |  19M|   0 |  50 |5645 |5414 |5645 | 164 | 164 |   0 |  33 | 0.000000e+00 | 1.368420e+05 |    Inf 
9.49/9.56	o 619
9.49/9.56	c * 9.3s|  4299 |  4178 |  7180 |   1.6 |  36M|2575 |   - |5645 |5414 |5645 | 240 |2723 |   0 | 775 | 0.000000e+00 | 6.190000e+02 |    Inf 
17.39/17.50	c  17.2s| 10000 |  9879 |  8770 |   0.9 |  48M|2575 |   0 |5645 |5414 |5645 | 217 |3355 |   0 | 826 | 0.000000e+00 | 6.190000e+02 |    Inf 
33.69/33.72	c  33.3s| 20000 | 19869 | 13207 |   0.7 |  68M|2575 |   0 |5645 |5453 |5645 | 261 |4881 |  39 | 936 | 0.000000e+00 | 6.190000e+02 |    Inf 
35.69/35.72	o 601
35.69/35.72	c *35.2s| 21366 | 21170 | 13390 |   0.6 |  71M|2575 |   - |5645 |5513 |5645 | 255 |4943 |  99 | 937 | 0.000000e+00 | 6.010000e+02 |    Inf 
36.69/36.79	o 587
36.69/36.79	c *36.3s| 22007 | 21661 | 13633 |   0.6 |  72M|2575 |   - |5645 |5582 |5645 | 245 |5015 | 168 | 940 | 0.000000e+00 | 5.870000e+02 |    Inf 
43.09/43.11	o 567
43.09/43.11	c *42.5s| 25722 | 24339 | 15303 |   0.6 |  80M|2575 |   - |5645 |6217 |5645 | 267 |5598 | 803 | 966 | 0.000000e+00 | 5.670000e+02 |    Inf 
50.39/50.50	o 565
50.39/50.50	c *49.8s| 29728 | 27916 | 17723 |   0.6 |  89M|2575 |   - |5645 |7307 |5645 | 245 |6435 |1893 | 994 | 0.000000e+00 | 5.650000e+02 |    Inf 
50.89/50.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
50.89/50.95	c  50.3s| 30000 | 28176 | 17932 |   0.6 |  90M|2575 |   0 |5645 |7355 |5645 | 279 |6500 |1941 | 996 | 0.000000e+00 | 5.650000e+02 |    Inf 
52.09/52.16	o 559
52.09/52.16	c *51.5s| 30657 | 28266 | 18247 |   0.6 |  91M|2575 |   - |5645 |7552 |5645 | 237 |6608 |2138 | 999 | 0.000000e+00 | 5.590000e+02 |    Inf 
55.59/55.66	o 534
55.59/55.66	c *54.9s| 32106 | 27913 | 20798 |   0.6 |  90M|2575 |   - |5645 |8175 |5645 | 234 |7577 |2763 |1016 | 0.000000e+00 | 5.340000e+02 |    Inf 
55.79/55.84	o 517
55.79/55.84	c *55.1s| 32184 | 27198 | 20929 |   0.6 |  89M|2575 |   - |5645 |8194 |5645 | 224 |7595 |2782 |1016 | 0.000000e+00 | 5.170000e+02 |    Inf 
56.29/56.32	o 482
56.29/56.32	c *55.6s| 32483 | 25642 | 21087 |   0.6 |  84M|2575 |   - |5645 |8213 |5645 | 238 |7636 |2801 |1018 | 0.000000e+00 | 4.820000e+02 |    Inf 
56.49/56.50	o 464
56.49/56.50	c *55.8s| 32567 | 24760 | 21159 |   0.6 |  82M|2575 |   - |5645 |8260 |5645 | 239 |7658 |2848 |1018 | 0.000000e+00 | 4.640000e+02 |    Inf 
56.59/56.62	o 459
56.59/56.62	c *55.9s| 32622 | 24614 | 21196 |   0.6 |  82M|2575 |   - |5645 |8279 |5645 | 241 |7673 |2867 |1018 | 0.000000e+00 | 4.590000e+02 |    Inf 
56.59/56.63	o 454
56.59/56.63	c *55.9s| 32623 | 24362 | 21196 |   0.6 |  81M|2575 |   - |5645 |8279 |5645 | 241 |7673 |2867 |1018 | 0.000000e+00 | 4.540000e+02 |    Inf 
56.90/56.97	o 448
56.90/56.97	c *56.2s| 32805 | 24277 | 21307 |   0.6 |  81M|2575 |   - |5645 |8362 |5645 | 243 |7705 |2951 |1018 | 0.000000e+00 | 4.480000e+02 |    Inf 
57.00/57.03	o 423
57.00/57.03	c *56.3s| 32852 | 22685 | 21308 |   0.6 |  77M|2575 |   - |5645 |8362 |5645 | 243 |7705 |2951 |1018 | 0.000000e+00 | 4.230000e+02 |    Inf 
57.10/57.11	o 405
57.10/57.11	c *56.4s| 32887 | 21800 | 21326 |   0.6 |  75M|2575 |   - |5645 |8372 |5645 | 253 |7709 |2961 |1018 | 0.000000e+00 | 4.050000e+02 |    Inf 
57.59/57.66	o 402
57.59/57.66	c *56.9s| 33072 | 21806 | 21822 |   0.7 |  76M|2575 |   - |5645 |8435 |5645 | 239 |7857 |3028 |1039 | 0.000000e+00 | 4.020000e+02 |    Inf 
57.59/57.67	o 396
57.59/57.67	c *56.9s| 33073 | 21503 | 21823 |   0.7 |  75M|2575 |   - |5645 |8435 |5645 | 239 |7857 |3028 |1039 | 0.000000e+00 | 3.960000e+02 |    Inf 
57.79/57.82	o 356
57.79/57.82	c *57.1s| 33146 | 19489 | 21890 |   0.7 |  71M|2575 |   - |5645 |8435 |5645 | 233 |7862 |3028 |1039 | 0.000000e+00 | 3.560000e+02 |    Inf 
58.39/58.40	o 315
58.39/58.40	c *57.6s| 33465 | 17787 | 22184 |   0.7 |  67M|2575 |   - |5645 |8482 |5645 | 244 |7929 |3076 |1042 | 0.000000e+00 | 3.150000e+02 |    Inf 
59.09/59.16	o 312
59.09/59.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
59.09/59.16	c *58.4s| 33784 | 17942 | 22577 |   0.7 |  68M|2575 |   - |5645 |8566 |5645 | 241 |8019 |3167 |1043 | 0.000000e+00 | 3.120000e+02 |    Inf 
59.79/59.80	o 283
59.79/59.80	c *59.0s| 33998 | 16782 | 22991 |   0.7 |  66M|2575 |   - |5645 |8760 |5645 | 243 |8089 |3379 |1047 | 0.000000e+00 | 2.830000e+02 |    Inf 
61.19/61.26	o 274
61.19/61.26	c *60.5s| 34506 | 16759 | 24121 |   0.7 |  67M|2575 |   - |5645 |9057 |5645 | 268 |8384 |3756 |1065 | 0.000000e+00 | 2.740000e+02 |    Inf 
61.80/61.80	o 254
61.80/61.80	c *61.0s| 34710 | 16057 | 24394 |   0.7 |  66M|2575 |   - |5645 |9327 |5645 | 265 |8435 |4080 |1067 | 0.000000e+00 | 2.540000e+02 |    Inf 
62.19/62.24	o 250
62.19/62.24	c *61.4s| 34857 | 15942 | 24609 |   0.7 |  66M|2575 |   - |5645 |9418 |5645 | 240 |8476 |4238 |1069 | 0.000000e+00 | 2.500000e+02 |    Inf 
62.19/62.25	o 244
62.19/62.25	c *61.4s| 34858 | 15576 | 24611 |   0.7 |  65M|2575 |   - |5645 |9418 |5645 | 240 |8476 |4238 |1069 | 0.000000e+00 | 2.440000e+02 |    Inf 
63.09/63.11	o 224
63.09/63.11	c *62.3s| 35205 | 14650 | 25306 |   0.7 |  63M|2575 |   - |5645 |9481 |5645 | 254 |8700 |4387 |1076 | 0.000000e+00 | 2.240000e+02 |    Inf 
66.49/66.59	o 220
66.49/66.59	c *65.7s| 36327 | 15313 | 29018 |   0.8 |  67M|2575 |   - |5645 |9741 |5645 | 244 |9924 |5265 |1146 | 0.000000e+00 | 2.200000e+02 |    Inf 
66.59/66.64	o 205
66.59/66.64	c *65.8s| 36367 | 14429 | 29019 |   0.8 |  64M|2575 |   - |5645 |9741 |5645 | 244 |9924 |5265 |1146 | 0.000000e+00 | 2.050000e+02 |    Inf 
70.09/70.19	o 203
70.09/70.19	c *69.2s| 37560 | 15184 | 32220 |   0.9 |  68M|2575 |   - |5645 |9846 |5645 | 277 |  11k|6162 |1189 | 0.000000e+00 | 2.030000e+02 |    Inf 
77.39/77.42	c  76.4s| 40000 | 17067 | 39340 |   1.0 |  78M|2575 |   5 |5645 |8963 |5645 | 231 |  13k|7873 |1306 | 0.000000e+00 | 2.030000e+02 |    Inf 
78.89/78.99	o 202
78.89/78.99	c *77.9s| 40538 | 17443 | 41024 |   1.0 |  80M|2575 |   - |5645 |8593 |5645 | 253 |  13k|8130 |1317 | 0.000000e+00 | 2.020000e+02 |    Inf 
79.20/79.27	o 183
79.20/79.27	c *78.2s| 40768 | 15883 | 41235 |   1.0 |  76M|2575 |   - |5645 |8570 |5645 | 231 |  14k|8140 |1319 | 0.000000e+00 | 1.830000e+02 |    Inf 
79.99/80.09	o 168
79.99/80.09	c *79.0s| 40918 | 14769 | 42629 |   1.0 |  73M|2575 |   - |5645 |8024 |5645 | 239 |  14k|8260 |1330 | 0.000000e+00 | 1.680000e+02 |    Inf 
87.69/87.73	o 154
87.69/87.73	c *86.5s| 43074 | 14653 | 53495 |   1.2 |  79M|2575 |   - |5645 |6956 |5645 | 200 |  17k|9891 |1444 | 0.000000e+00 | 1.540000e+02 |    Inf 
89.59/89.64	o 152
89.59/89.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
89.59/89.64	c *88.4s| 43496 | 14571 | 55856 |   1.3 |  81M|2575 |   - |5645 |6813 |5645 | 246 |  18k|  10k|1474 | 0.000000e+00 | 1.520000e+02 |    Inf 
90.10/90.18	o 147
90.10/90.18	c *88.9s| 43605 | 14188 | 57055 |   1.3 |  80M|2575 |   - |5645 |6823 |5645 | 262 |  19k|  10k|1476 | 0.000000e+00 | 1.470000e+02 |    Inf 
90.10/90.18	o 138
90.10/90.18	c *88.9s| 43606 | 13175 | 57055 |   1.3 |  76M|2575 |   - |5645 |6823 |5645 | 262 |  19k|  10k|1476 | 0.000000e+00 | 1.380000e+02 |    Inf 
90.29/90.39	o 136
90.29/90.39	c *89.1s| 43644 | 12914 | 57467 |   1.3 |  76M|2575 |   - |5645 |6814 |5645 | 211 |  19k|  10k|1478 | 0.000000e+00 | 1.360000e+02 |    Inf 
96.19/96.27	o 124
96.19/96.27	c *94.9s| 45122 | 11995 | 66573 |   1.5 |  77M|2575 |   - |5645 |6729 |5645 | 215 |  22k|  11k|1510 | 0.000000e+00 | 1.240000e+02 |    Inf 
96.39/96.42	o 112
96.39/96.42	c *95.1s| 45145 | 10393 | 66853 |   1.5 |  71M|2575 |   - |5645 |6722 |5645 | 213 |  22k|  11k|1510 | 0.000000e+00 | 1.120000e+02 |    Inf 
96.39/96.49	o 99
96.39/96.49	c *95.2s| 45152 |  8853 | 66989 |   1.5 |  65M|2575 |   - |5645 |6718 |5645 | 212 |  22k|  11k|1510 | 0.000000e+00 | 9.900000e+01 |    Inf 
96.60/96.68	o 95
96.60/96.68	c *95.3s| 45184 |  7779 | 67274 |   1.5 |  59M|2575 |   - |5645 |6649 |5645 | 211 |  22k|  11k|1510 | 0.000000e+00 | 9.500000e+01 |    Inf 
115.10/115.10	c   113s| 50000 | 10152 | 92006 |   1.8 |  78M|2575 |   - |5645 |6581 |   0 |   0 |  30k|  15k|1768 | 0.000000e+00 | 9.500000e+01 |    Inf 
151.29/151.35	c   149s| 60000 | 15213 |130463 |   2.2 | 119M|2575 |   1 |5645 |7008 |5645 | 203 |  41k|  23k|2150 | 0.000000e+00 | 9.500000e+01 |    Inf 
186.30/186.37	c   184s| 70000 | 19863 |169273 |   2.4 | 161M|2575 |   0 |5645 |8258 |5645 | 213 |  53k|  33k|2466 | 0.000000e+00 | 9.500000e+01 |    Inf 
220.90/221.00	c   218s| 80000 | 24995 |200741 |   2.5 | 197M|2575 |   - |5645 |7998 |   0 |   0 |  62k|  42k|2674 | 0.000000e+00 | 9.500000e+01 |    Inf 
256.39/256.41	c   253s| 90000 | 30399 |236148 |   2.6 | 234M|2575 |   - |5645 |9123 |   0 |   0 |  74k|  51k|2892 | 0.000000e+00 | 9.500000e+01 |    Inf 
291.50/291.54	c   287s|100000 | 35846 |270116 |   2.7 | 275M|2575 |   5 |5645 |7889 |5645 | 222 |  84k|  60k|3128 | 0.000000e+00 | 9.500000e+01 |    Inf 
326.10/326.14	c   322s|110000 | 40515 |303260 |   2.8 | 317M|2575 |   0 |5645 |8672 |5645 | 186 |  94k|  71k|3306 | 0.000000e+00 | 9.500000e+01 |    Inf 
362.00/362.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
362.00/362.08	c   357s|120000 | 45207 |336415 |   2.8 | 353M|2575 |   0 |5645 |7957 |5645 | 208 | 105k|  80k|3509 | 0.000000e+00 | 9.500000e+01 |    Inf 
393.10/393.12	c   388s|130000 | 50560 |362443 |   2.8 | 394M|2575 |   1 |5645 |9498 |5645 | 220 | 112k|  88k|3638 | 0.000000e+00 | 9.500000e+01 |    Inf 
429.01/429.03	c   423s|140000 | 54355 |393257 |   2.8 | 432M|2575 |   - |5645 |7967 |   0 |   0 | 120k|  98k|3790 | 0.000000e+00 | 9.500000e+01 |    Inf 
444.50/444.56	o 72
444.50/444.56	c * 439s|144440 | 47092 |410791 |   2.8 | 405M|2575 |   - |5645 |8526 |5645 | 244 | 125k| 102k|3864 | 0.000000e+00 | 7.200000e+01 |    Inf 
445.61/445.67	o 68
445.61/445.67	c * 440s|144767 | 45695 |411695 |   2.8 | 397M|2575 |   - |5645 |7765 |5645 | 261 | 126k| 103k|3867 | 0.000000e+00 | 6.800000e+01 |    Inf 
461.91/461.97	c   456s|150000 | 46300 |427259 |   2.8 | 406M|2575 |   0 |5645 |9784 |5645 | 262 | 130k| 111k|3972 | 0.000000e+00 | 6.800000e+01 |    Inf 
475.71/475.74	o 64
475.71/475.74	c * 469s|154084 | 45827 |441607 |   2.9 | 404M|2575 |   - |5645 |7573 |5645 | 224 | 134k| 117k|4016 | 0.000000e+00 | 6.400000e+01 |    Inf 
475.81/475.86	o 56
475.81/475.86	c * 469s|154139 | 43696 |441607 |   2.9 | 387M|2575 |   - |5645 |7390 |5645 | 224 | 134k| 117k|4016 | 0.000000e+00 | 5.600000e+01 |    Inf 
493.80/493.86	c   487s|160000 | 44103 |464995 |   2.9 | 395M|2575 |   2 |5645 |7044 |5645 | 255 | 140k| 125k|4128 | 0.000000e+00 | 5.600000e+01 |    Inf 
523.30/523.34	c   516s|170000 | 44891 |501132 |   2.9 | 406M|2575 |   - |5645 |9631 |   0 |   0 | 149k| 139k|4241 | 0.000000e+00 | 5.600000e+01 |    Inf 
553.21/553.21	c   546s|180000 | 45385 |538513 |   3.0 | 416M|2575 |   - |5645 |9162 |   0 |   0 | 157k| 152k|4387 | 0.000000e+00 | 5.600000e+01 |    Inf 
574.11/574.14	o 36
574.11/574.14	c * 566s|187549 | 34903 |560166 |   3.0 | 334M|2575 |   - |5645 |9109 |5645 | 227 | 161k| 161k|4450 | 0.000000e+00 | 3.600000e+01 |    Inf 
580.01/580.04	c   572s|190000 | 34942 |567775 |   3.0 | 335M|2575 |   - |5645 |7573 |   0 |   0 | 162k| 164k|4476 | 0.000000e+00 | 3.600000e+01 |    Inf 
602.90/602.92	c   594s|200000 | 35121 |596078 |   3.0 | 340M|2575 |   1 |5645 |8974 |5645 | 232 | 167k| 176k|4575 | 0.000000e+00 | 3.600000e+01 |    Inf 
626.92/626.98	c   618s|210000 | 35143 |630402 |   3.0 | 346M|2575 |   - |5645 |6917 |   0 |   0 | 173k| 189k|4712 | 0.000000e+00 | 3.600000e+01 |    Inf 
650.61/650.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
650.61/650.62	c   641s|220000 | 35410 |664608 |   3.0 | 352M|2575 |   0 |5645 |9809 |5645 | 230 | 179k| 201k|4805 | 0.000000e+00 | 3.600000e+01 |    Inf 
675.32/675.32	c   666s|230000 | 35644 |700876 |   3.0 | 357M|2575 |   - |5645 |9617 |   0 |   0 | 184k| 213k|4919 | 0.000000e+00 | 3.600000e+01 |    Inf 
699.70/699.71	c   690s|240000 | 35974 |740602 |   3.1 | 363M|2575 |   1 |5645 |  10k|5645 | 225 | 192k| 225k|5028 | 0.000000e+00 | 3.600000e+01 |    Inf 
723.51/723.55	c   713s|250000 | 36218 |775940 |   3.1 | 367M|2575 |   - |5645 |  11k|   0 |   0 | 199k| 237k|5095 | 0.000000e+00 | 3.600000e+01 |    Inf 
747.51/747.52	c   737s|260000 | 36385 |811112 |   3.1 | 372M|2575 |   1 |5645 |  10k|5645 | 254 | 205k| 250k|5189 | 0.000000e+00 | 3.600000e+01 |    Inf 
771.31/771.38	c   760s|270000 | 36461 |845561 |   3.1 | 376M|2575 |   1 |5645 |  10k|5645 | 247 | 210k| 263k|5330 | 0.000000e+00 | 3.600000e+01 |    Inf 
784.61/784.69	o 35
784.61/784.69	c * 773s|275475 | 36390 |862913 |   3.1 | 371M|2575 |   - |5645 |  11k|5645 | 247 | 213k| 270k|5380 | 0.000000e+00 | 3.500000e+01 |    Inf 
785.01/785.04	o 34
785.01/785.04	c * 774s|275561 | 36181 |863458 |   3.1 | 364M|2575 |   - |5645 |  10k|5645 | 262 | 213k| 270k|5382 | 0.000000e+00 | 3.400000e+01 |    Inf 
796.21/796.29	c   785s|280000 | 36178 |881454 |   3.1 | 365M|2575 |   1 |5645 |8112 |5645 | 251 | 216k| 276k|5436 | 0.000000e+00 | 3.400000e+01 |    Inf 
796.91/796.96	o 33
796.91/796.96	c * 785s|280307 | 36052 |882432 |   3.1 | 363M|2575 |   - |5645 |8405 |5645 | 258 | 216k| 276k|5436 | 0.000000e+00 | 3.300000e+01 |    Inf 
819.61/819.68	c   807s|290000 | 36238 |916011 |   3.2 | 367M|2575 |   - |5645 |9048 |   0 |   0 | 221k| 289k|5527 | 0.000000e+00 | 3.300000e+01 |    Inf 
843.91/843.91	c   831s|300000 | 36421 |948718 |   3.2 | 372M|2575 |   1 |5645 |  11k|5645 | 238 | 226k| 303k|5615 | 0.000000e+00 | 3.300000e+01 |    Inf 
868.71/868.74	c   856s|310000 | 36749 |976467 |   3.1 | 378M|2575 |   1 |5645 |  16k|5645 | 238 | 230k| 316k|5664 | 0.000000e+00 | 3.300000e+01 |    Inf 
870.21/870.21	o 32
870.21/870.21	c * 857s|310506 | 36654 |978153 |   3.1 | 375M|2575 |   - |5645 |  15k|5645 | 239 | 230k| 317k|5664 | 0.000000e+00 | 3.200000e+01 |    Inf 
893.61/893.67	c   880s|320000 | 36839 |  1004k|   3.1 | 379M|2575 |  10 |5645 |  13k|5645 | 242 | 233k| 330k|5724 | 0.000000e+00 | 3.200000e+01 |    Inf 
918.31/918.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
918.31/918.36	c   904s|330000 | 36962 |  1036k|   3.1 | 383M|2575 |   1 |5645 |  13k|5645 | 246 | 237k| 344k|5792 | 0.000000e+00 | 3.200000e+01 |    Inf 
942.51/942.59	c   928s|340000 | 37009 |  1070k|   3.1 | 384M|2575 |   1 |5645 |7820 |5645 | 234 | 241k| 357k|5887 | 0.000000e+00 | 3.200000e+01 |    Inf 
966.11/966.17	c   951s|350000 | 37239 |  1109k|   3.2 | 391M|2575 |   - |5645 |7799 |   0 |   0 | 246k| 370k|5957 | 0.000000e+00 | 3.200000e+01 |    Inf 
989.61/989.69	c   975s|360000 | 37358 |  1147k|   3.2 | 396M|2575 |   - |5645 |7838 |   0 |   0 | 251k| 383k|6042 | 0.000000e+00 | 3.200000e+01 |    Inf 
999.12/999.13	o 30
999.12/999.13	c * 984s|363995 | 37150 |  1160k|   3.2 | 392M|2575 |   - |5645 |8670 |5645 | 254 | 253k| 388k|6099 | 0.000000e+00 | 3.000000e+01 |    Inf 
1012.62/1012.67	c   997s|370000 | 37172 |  1180k|   3.2 | 394M|2575 |   1 |5645 |8492 |5645 | 230 | 256k| 396k|6128 | 0.000000e+00 | 3.000000e+01 |    Inf 
1036.02/1036.03	c  1020s|380000 | 37436 |  1219k|   3.2 | 398M|2575 |   1 |5645 |9033 |5645 | 253 | 262k| 409k|6226 | 0.000000e+00 | 3.000000e+01 |    Inf 
1059.12/1059.13	c  1043s|390000 | 37559 |  1255k|   3.2 | 403M|2575 |   1 |5645 |9774 |5645 | 269 | 266k| 423k|6289 | 0.000000e+00 | 3.000000e+01 |    Inf 
1082.22/1082.27	c  1066s|400000 | 37699 |  1289k|   3.2 | 407M|2575 |   - |5645 |  10k|   0 |   0 | 270k| 436k|6351 | 0.000000e+00 | 3.000000e+01 |    Inf 
1106.12/1106.13	c  1089s|410000 | 37804 |  1329k|   3.2 | 411M|2575 |   - |5645 |9084 |   0 |   0 | 275k| 450k|6435 | 0.000000e+00 | 3.000000e+01 |    Inf 
1128.72/1128.75	c  1111s|420000 | 37913 |  1364k|   3.2 | 415M|2575 |   1 |5645 |9895 |5645 | 258 | 280k| 462k|6515 | 0.000000e+00 | 3.000000e+01 |    Inf 
1151.92/1151.96	c  1134s|430000 | 37963 |  1400k|   3.3 | 418M|2575 |  14 |5645 |  10k|5645 | 271 | 284k| 476k|6598 | 0.000000e+00 | 3.000000e+01 |    Inf 
1175.62/1175.62	c  1157s|440000 | 38306 |  1436k|   3.3 | 424M|2575 |   5 |5645 |  11k|5645 | 234 | 291k| 487k|6683 | 0.000000e+00 | 3.000000e+01 |    Inf 
1199.22/1199.20	o 21
1199.22/1199.20	c *1180s|449813 | 35860 |  1469k|   3.3 | 379M|2575 |   - |5645 |  12k|5645 | 230 | 295k| 499k|6750 | 0.000000e+00 | 2.100000e+01 |    Inf 
1199.63/1199.68	c  1181s|450000 | 35864 |  1470k|   3.3 | 379M|2575 |   - |5645 |  11k|   0 |   0 | 295k| 500k|6750 | 0.000000e+00 | 2.100000e+01 |    Inf 
1202.62/1202.64	o 19
1202.62/1202.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1202.62/1202.64	c *1184s|451228 | 33387 |  1476k|   3.3 | 343M|2575 |   - |5645 |  11k|5645 | 237 | 296k| 501k|6771 | 0.000000e+00 | 1.900000e+01 |    Inf 
1221.82/1221.88	c  1203s|460000 | 33464 |  1509k|   3.3 | 345M|2575 |   - |5645 |9749 |   0 |   0 | 300k| 512k|6841 | 0.000000e+00 | 1.900000e+01 |    Inf 
1242.82/1242.81	c  1223s|470000 | 33512 |  1547k|   3.3 | 347M|2575 |   - |5645 |9610 |   0 |   0 | 304k| 525k|6905 | 0.000000e+00 | 1.900000e+01 |    Inf 
1264.32/1264.34	c  1244s|480000 | 33621 |  1586k|   3.3 | 350M|2575 |  12 |5645 |9336 |5645 | 229 | 309k| 537k|6978 | 0.000000e+00 | 1.900000e+01 |    Inf 
1286.12/1286.10	c  1266s|490000 | 33656 |  1628k|   3.3 | 353M|2575 |   - |5645 |9547 |   0 |   0 | 315k| 550k|7031 | 0.000000e+00 | 1.900000e+01 |    Inf 
1308.52/1308.51	c  1288s|500000 | 33814 |  1667k|   3.3 | 357M|2575 |   1 |5645 |  11k|5645 | 214 | 320k| 563k|7097 | 0.000000e+00 | 1.900000e+01 |    Inf 
1312.12/1312.13	o 7
1312.12/1312.13	c *1291s|501638 | 27652 |  1672k|   3.3 | 256M|2575 |   - |5645 |  12k|5645 | 239 | 321k| 565k|7113 | 0.000000e+00 | 7.000000e+00 |    Inf 
1317.33/1317.38	o 5
1317.33/1317.38	c *1296s|504081 | 26949 |  1684k|   3.3 | 247M|2575 |   - |5645 |8846 |5645 | 262 | 323k| 568k|7149 | 0.000000e+00 | 5.000000e+00 |    Inf 
1328.23/1328.29	c  1307s|510000 | 26898 |  1707k|   3.3 | 247M|2575 |   - |5645 |8807 |5645 | 260 | 325k| 576k|7171 | 0.000000e+00 | 5.000000e+00 |    Inf 
1347.43/1347.45	c  1326s|520000 | 27082 |  1748k|   3.4 | 250M|2575 |   1 |5645 |  11k|5645 | 245 | 330k| 590k|7232 | 0.000000e+00 | 5.000000e+00 |    Inf 
1367.13/1367.13	c  1345s|530000 | 27088 |  1789k|   3.4 | 251M|2575 |   - |5645 |  10k|   0 |   0 | 333k| 604k|7274 | 0.000000e+00 | 5.000000e+00 |    Inf 
1387.03/1387.01	c  1365s|540000 | 27067 |  1832k|   3.4 | 252M|2575 |   - |5645 |  11k|   0 |   0 | 337k| 618k|7337 | 0.000000e+00 | 5.000000e+00 |    Inf 
1406.32/1406.31	c  1383s|550000 | 26809 |  1871k|   3.4 | 250M|2575 |   1 |5645 |9323 |5645 | 266 | 342k| 632k|7433 | 0.000000e+00 | 5.000000e+00 |    Inf 
1425.53/1425.54	c  1402s|560000 | 26557 |  1912k|   3.4 | 251M|2575 |  17 |5645 |  10k|5645 | 248 | 347k| 645k|7487 | 0.000000e+00 | 5.000000e+00 |    Inf 
1445.62/1445.65	c  1422s|570000 | 26701 |  1957k|   3.4 | 254M|2575 |  23 |5645 |  12k|5645 | 267 | 351k| 658k|7556 | 0.000000e+00 | 5.000000e+00 |    Inf 
1466.63/1466.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1466.63/1466.62	c  1443s|580000 | 26871 |  2001k|   3.4 | 256M|2575 |   1 |5645 |  13k|5645 | 263 | 355k| 671k|7625 | 0.000000e+00 | 5.000000e+00 |    Inf 
1487.43/1487.48	c  1463s|590000 | 26861 |  2044k|   3.5 | 257M|2575 |  22 |5645 |  12k|5645 | 274 | 358k| 685k|7680 | 0.000000e+00 | 5.000000e+00 |    Inf 
1507.73/1507.75	c  1483s|600000 | 26721 |  2090k|   3.5 | 256M|2575 |   - |5645 |  11k|   0 |   0 | 363k| 699k|7750 | 0.000000e+00 | 5.000000e+00 |    Inf 
1527.03/1527.09	c  1502s|610000 | 26418 |  2131k|   3.5 | 255M|2575 |   - |5645 |9290 |   0 |   0 | 368k| 713k|7812 | 0.000000e+00 | 5.000000e+00 |    Inf 
1546.63/1546.64	c  1521s|620000 | 26131 |  2177k|   3.5 | 254M|2575 |   1 |5645 |9376 |5645 | 207 | 373k| 726k|7889 | 0.000000e+00 | 5.000000e+00 |    Inf 
1565.73/1565.78	c  1540s|630000 | 25445 |  2219k|   3.5 | 251M|2575 |   - |5645 |9739 |5645 | 252 | 377k| 740k|7944 | 0.000000e+00 | 5.000000e+00 |    Inf 
1584.73/1584.79	c  1558s|640000 | 25399 |  2257k|   3.5 | 253M|2575 |   1 |5645 |  13k|5645 | 224 | 382k| 753k|7993 | 0.000000e+00 | 5.000000e+00 |    Inf 
1605.33/1605.33	c  1579s|650000 | 25524 |  2296k|   3.5 | 255M|2575 |   - |5645 |  14k|   0 |   0 | 386k| 765k|8026 | 0.000000e+00 | 5.000000e+00 |    Inf 
1626.43/1626.49	c  1599s|660000 | 25587 |  2335k|   3.5 | 257M|2575 |   1 |5645 |  16k|5645 | 263 | 390k| 778k|8087 | 0.000000e+00 | 5.000000e+00 |    Inf 
1647.63/1647.61	c  1620s|670000 | 25571 |  2374k|   3.5 | 256M|2575 |   - |5645 |  13k|   0 |   0 | 395k| 791k|8174 | 0.000000e+00 | 5.000000e+00 |    Inf 
1668.83/1668.85	c  1641s|680000 | 25438 |  2414k|   3.5 | 256M|2575 |   1 |5645 |  12k|5645 | 237 | 399k| 804k|8235 | 0.000000e+00 | 5.000000e+00 |    Inf 
1688.53/1688.52	c  1660s|690000 | 25132 |  2452k|   3.6 | 255M|2575 |   - |5645 |  13k|   0 |   0 | 404k| 816k|8298 | 0.000000e+00 | 5.000000e+00 |    Inf 
1709.83/1709.85	c  1681s|700000 | 25256 |  2495k|   3.6 | 257M|2575 |  10 |5645 |  14k|5645 | 198 | 410k| 830k|8353 | 0.000000e+00 | 5.000000e+00 |    Inf 
1731.14/1731.12	c  1702s|710000 | 25421 |  2534k|   3.6 | 259M|2575 |   1 |5645 |  16k|5645 | 238 | 414k| 843k|8396 | 0.000000e+00 | 5.000000e+00 |    Inf 
1753.44/1753.41	c  1724s|720000 | 25615 |  2576k|   3.6 | 262M|2575 |  22 |5645 |  16k|5645 | 285 | 418k| 856k|8439 | 0.000000e+00 | 5.000000e+00 |    Inf 
1775.94/1775.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1775.94/1775.96	c  1746s|730000 | 25856 |  2622k|   3.6 | 265M|2575 |   1 |5645 |  17k|5645 | 256 | 423k| 869k|8496 | 0.000000e+00 | 5.000000e+00 |    Inf 
1799.24/1799.21	c  1769s|740000 | 26012 |  2668k|   3.6 | 268M|2575 |   1 |5645 |  18k|5645 | 257 | 429k| 882k|8541 | 0.000000e+00 | 5.000000e+00 |    Inf 
1800.04/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.00	c Solving Time (sec) : 1769.91
1800.04/1800.00	c Solving Nodes      : 740319
1800.04/1800.00	c Primal Bound       : +5.00000000000000e+00 (463 solutions)
1800.04/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.00	c Gap                : infinite
1800.04/1800.06	s SATISFIABLE
1800.04/1800.06	v -x231 x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.04/1800.06	v -x209 x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1800.04/1800.06	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.04/1800.06	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 x153 -x152 -x151 -x150 -x149 -x148 -x147 
1800.04/1800.06	v -x146 x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 x133 -x132 -x131 -x130 -x129 -x128 -x127 x126 
1800.04/1800.06	v -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 x116 -x115 -x114 -x113 -x112 -x111 x110 -x109 -x108 -x107 -x106 -x105 
1800.04/1800.06	v -x104 -x103 -x102 -x101 -x100 -x99 -x98 x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 x84 -x83 -x82 -x81 -x80 
1800.04/1800.06	v -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 x57 -x56 -x55 
1800.04/1800.06	v -x54 -x53 -x52 -x51 -x50 -x49 -x48 x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 x38 -x37 -x36 -x35 -x34 -x33 x32 -x31 -x30 -x29 
1800.04/1800.06	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 
1800.04/1800.06	v -x2 x1 
1800.04/1800.06	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.06	c Solving Time       :    1769.91
1800.04/1800.06	c Original Problem   :
1800.04/1800.06	c   Problem name     : HOME/instance-2693101-1277931337.wbo
1800.04/1800.06	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.04/1800.06	c   Constraints      : 5415 initial, 5415 maximal
1800.04/1800.06	c Presolved Problem  :
1800.04/1800.06	c   Problem name     : t_HOME/instance-2693101-1277931337.wbo
1800.04/1800.06	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.04/1800.06	c   Constraints      : 5414 initial, 19062 maximal
1800.04/1800.06	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.06	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.06	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.06	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.06	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.06	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.06	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.04/1800.06	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.06	c   linear           :       0.03          0          0          0       2707          0          1          0          0
1800.04/1800.06	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.06	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.06	c   root node        :          -       2591          -          -       5182          -          -          -          -
1800.04/1800.06	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.06	c   integral         :          0          0          0     515998          0         10        514          0          0     680128
1800.04/1800.06	c   indicator        :       2707          0    4197134     175330          0       1772   27291099          0          0          0
1800.04/1800.06	c   linear           :       2707          6    4214675     174140          0     219857   18611950     429310          0          0
1800.04/1800.06	c   logicor          :          0+         0    1299110          0          0      57954    1225973          0          0          0
1800.04/1800.06	c   bounddisjunction :          0+         0      79080          0          0         25        837          0          0          0
1800.04/1800.06	c   countsols        :          0          0          0     104374          0          0          0          0          0          0
1800.04/1800.06	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.06	c   integral         :      14.27       0.00       0.00      14.27       0.00
1800.04/1800.06	c   indicator        :     106.32       0.01      73.65      32.66       0.00
1800.04/1800.06	c   linear           :     202.21       0.01     183.38      18.82       0.00
1800.04/1800.06	c   logicor          :     117.57       0.00     117.57       0.00       0.00
1800.04/1800.06	c   bounddisjunction :       0.11       0.00       0.11       0.00       0.00
1800.04/1800.06	c   countsols        :       0.04       0.00       0.00       0.04       0.00
1800.04/1800.06	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.06	c   vbounds          :       1.14          2          0          0
1800.04/1800.06	c   rootredcost      :       0.76         55          0       2591
1800.04/1800.06	c   pseudoobj        :     253.72    4266922      48929   18353108
1800.04/1800.06	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.06	c   propagation      :      23.45     326765     326624    1984965       26.0      46293        7.5          -
1800.04/1800.06	c   infeasible LP    :       4.90      11834      11834      96318       39.0        295       11.0          0
1800.04/1800.06	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.06	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.06	c   pseudo solution  :       0.29        982        982       3466       11.3        811        6.1          -
1800.04/1800.06	c   applied globally :          -          -          -     882677       20.6          -          -          -
1800.04/1800.06	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.06	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.06	c   cut pool         :       0.00          3          -          -          2          -    (maximal pool size: 74)
1800.04/1800.07	c   redcost          :      55.59     533295          0    8703764          0          0
1800.04/1800.07	c   impliedbounds    :       0.00          4          0          0          0          0
1800.04/1800.07	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.07	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.07	c   gomory           :       0.01          4          0          0         75          0
1800.04/1800.07	c   strongcg         :       0.00          4          0          0          0          0
1800.04/1800.07	c   cmir             :       0.00          4          0          0          1          0
1800.04/1800.07	c   flowcover        :       0.05          4          0          0          2          0
1800.04/1800.07	c   clique           :       0.00          1          0          0          0          0
1800.04/1800.07	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.07	c   mcf              :       0.00          1          0          0          0          0
1800.04/1800.07	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.07	c Pricers            :       Time      Calls       Vars
1800.04/1800.07	c   problem variables:       0.00          0          0
1800.04/1800.07	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.07	c   relpscost        :      13.76     340509         10        514          0          0     680128
1800.04/1800.07	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.07	c   inference        :      25.03     104319          0          0          0          0     208638
1800.04/1800.07	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.07	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.07	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.07	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.07	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.07	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.07	c   LP solutions     :       0.24          -         55
1800.04/1800.07	c   pseudo solutions :       0.00          -          0
1800.04/1800.07	c   feaspump         :       0.00          0          0
1800.04/1800.07	c   oneopt           :       0.59         51          0
1800.04/1800.07	c   guideddiving     :       0.12         67          0
1800.04/1800.07	c   linesearchdiving :       0.21        137          0
1800.04/1800.07	c   coefdiving       :       0.18        137          0
1800.04/1800.07	c   pscostdiving     :       0.23        137          0
1800.04/1800.07	c   fracdiving       :       0.13        137          0
1800.04/1800.07	c   veclendiving     :       0.20        137          0
1800.04/1800.07	c   rootsoldiving    :       0.26        131          0
1800.04/1800.07	c   objpscostdiving  :       0.23        132          0
1800.04/1800.07	c   crossover        :       2.91         96          0
1800.04/1800.07	c   trivial          :       0.08          2          2
1800.04/1800.07	c   simplerounding   :       0.77     345997          0
1800.04/1800.07	c   zirounding       :       0.57       1000          0
1800.04/1800.07	c   rounding         :       4.46       8307          0
1800.04/1800.07	c   shifting         :       2.44       2598          0
1800.04/1800.07	c   intshifting      :       0.01          2          0
1800.04/1800.07	c   twoopt           :       0.00          0          0
1800.04/1800.07	c   fixandinfer      :       0.00          0          0
1800.04/1800.07	c   intdiving        :       0.00          0          0
1800.04/1800.07	c   actconsdiving    :       0.00          0          0
1800.04/1800.07	c   octane           :       0.00          0          0
1800.04/1800.07	c   rens             :       0.03          1          0
1800.04/1800.07	c   rins             :       0.00          0          0
1800.04/1800.07	c   localbranching   :       0.00          0          0
1800.04/1800.07	c   mutation         :       0.00          0          0
1800.04/1800.07	c   dins             :       0.00          0          0
1800.04/1800.07	c   undercover       :       0.00          0          0
1800.04/1800.07	c   nlp              :       0.19          0          0
1800.04/1800.07	c   trysol           :       4.20       7577        406
1800.04/1800.07	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.07	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.07	c   dual LP          :     521.31     447878    2668569       5.96    5118.97
1800.04/1800.07	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.07	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.07	c   diving/probing LP:       0.21         59       1484      25.15    7066.67
1800.04/1800.07	c   strong branching :      11.35       8547      81982       9.59    7223.08
1800.04/1800.07	c     (at root node) :          -         33       1884      57.09          -
1800.04/1800.07	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.07	c B&B Tree           :
1800.04/1800.07	c   number of runs   :          1
1800.04/1800.07	c   nodes            :     740319
1800.04/1800.07	c   nodes (total)    :     740319
1800.04/1800.07	c   nodes left       :      26016
1800.04/1800.07	c   max depth        :       2575
1800.04/1800.07	c   max depth (total):       2575
1800.04/1800.07	c   backtracks       :      58331 (7.9%)
1800.04/1800.07	c   delayed cutoffs  :      51584
1800.04/1800.07	c   repropagations   :    1870360 (10513643 domain reductions, 45415 cutoffs)
1800.04/1800.07	c   avg switch length:       6.82
1800.04/1800.07	c   switching time   :     210.73
1800.04/1800.07	c Solution           :
1800.04/1800.07	c   Solutions found  :        463 (56 improvements)
1800.04/1800.07	c   First Solution   : +1.36842000000000e+05   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.04/1800.07	c   Primal Bound     : +5.00000000000000e+00   (in run 1, after 504081 nodes, 1296.31 seconds, depth 40, found by <relaxation>)
1800.04/1800.07	c   Dual Bound       : +0.00000000000000e+00
1800.04/1800.07	c   Gap              :   infinite
1800.04/1800.07	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.07	c   Root Iterations  :        183
1800.33/1800.36	c Time complete: 1800.4.

Verifier Data

OK	5

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.99 1.98 1.99 4/178 14603
/proc/meminfo: memFree=31194228/32951124 swapFree=67111528/67111528
[pid=14603] ppid=14601 vsize=11116 CPUtime=0
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 14156 0 -1 4202496 1700 0 0 0 0 0 0 0 25 0 1 0 134430907 11382784 1621 4089446400 4194304 9819077 140734464162192 18446744073709551615 6179008 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/14603/statm: 2779 1621 392 1374 0 1400 0

[startup+0.0489409 s]
/proc/loadavg: 1.99 1.98 1.99 4/178 14603
/proc/meminfo: memFree=31194228/32951124 swapFree=67111528/67111528
[pid=14603] ppid=14601 vsize=30608 CPUtime=0.04
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 14156 0 -1 4202496 6984 0 0 0 4 0 0 0 25 0 1 0 134430907 31342592 6551 4089446400 4194304 9819077 140734464162192 18446744073709551615 4213735 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14603/statm: 7652 6575 435 1374 0 6273 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 30608

[startup+0.101034 s]
/proc/loadavg: 1.99 1.98 1.99 4/178 14603
/proc/meminfo: memFree=31194228/32951124 swapFree=67111528/67111528
[pid=14603] ppid=14601 vsize=36404 CPUtime=0.09
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 14156 0 -1 4202496 8122 0 0 0 8 1 0 0 25 0 1 0 134430907 37277696 7689 4089446400 4194304 9819077 140734464162192 18446744073709551615 8678556 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14603/statm: 9101 7689 469 1374 0 7722 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36404

[startup+0.300896 s]
/proc/loadavg: 1.99 1.98 1.99 4/178 14603
/proc/meminfo: memFree=31194228/32951124 swapFree=67111528/67111528
[pid=14603] ppid=14601 vsize=53384 CPUtime=0.29
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 14156 0 -1 4202496 12774 0 0 0 27 2 0 0 18 0 1 0 134430907 54665216 11742 4089446400 4194304 9819077 140734464162192 18446744073709551615 8659358 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14603/statm: 13346 11742 673 1374 0 11967 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53384

[startup+0.700823 s]
/proc/loadavg: 1.99 1.98 1.99 4/178 14603
/proc/meminfo: memFree=31194228/32951124 swapFree=67111528/67111528
[pid=14603] ppid=14601 vsize=47232 CPUtime=0.69
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 14156 0 -1 4202496 27825 0 0 0 64 5 0 0 18 0 1 0 134430907 48365568 9995 4089446400 4194304 9819077 140734464162192 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14603/statm: 11808 9995 698 1374 0 10429 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47232

[startup+1.50068 s]
/proc/loadavg: 1.99 1.98 1.99 4/179 14604
/proc/meminfo: memFree=31155284/32951124 swapFree=67111528/67111528
[pid=14603] ppid=14601 vsize=47536 CPUtime=1.49
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 14156 0 -1 4202496 48868 0 0 0 141 8 0 0 19 0 1 0 134430907 48676864 10326 4089446400 4194304 9819077 140734464162192 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14603/statm: 11884 10326 699 1374 0 10505 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 47536

[startup+3.1004 s]
/proc/loadavg: 1.99 1.98 1.99 4/179 14604
/proc/meminfo: memFree=31152060/32951124 swapFree=67111528/67111528
[pid=14603] ppid=14601 vsize=71964 CPUtime=3.09
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 14156 0 -1 4202496 71243 0 0 0 297 12 0 0 24 0 1 0 134430907 73691136 15782 4089446400 4194304 9819077 140734464162192 18446744073709551615 8675336 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14603/statm: 17991 15813 700 1374 0 16612 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 71964

[startup+6.30084 s]
/proc/loadavg: 1.99 1.98 1.99 4/179 14604
/proc/meminfo: memFree=31140932/32951124 swapFree=67111528/67111528
[pid=14603] ppid=14601 vsize=59408 CPUtime=6.29
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 14156 0 -1 4202496 80552 0 0 0 614 15 0 0 25 0 1 0 134430907 60833792 13479 4089446400 4194304 9819077 140734464162192 18446744073709551615 6590530 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14603/statm: 14852 13479 700 1374 0 13473 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 59408

[startup+12.7007 s]
/proc/loadavg: 1.99 1.98 1.99 4/179 14605
/proc/meminfo: memFree=31118484/32951124 swapFree=67111528/67111528
[pid=14603] ppid=14601 vsize=71044 CPUtime=12.69
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 14156 0 -1 4202496 101326 0 0 0 1247 22 0 0 25 0 1 0 134430907 72749056 16417 4089446400 4194304 9819077 140734464162192 18446744073709551615 6003313 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14603/statm: 17761 16417 700 1374 0 16382 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 71044

[startup+25.5004 s]
/proc/loadavg: 1.99 1.98 1.99 4/179 14605
/proc/meminfo: memFree=31090684/32951124 swapFree=67111528/67111528
[pid=14603] ppid=14601 vsize=88256 CPUtime=25.49
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 14156 0 -1 4202496 117902 0 0 0 2515 34 0 0 25 0 1 0 134430907 90374144 20489 4089446400 4194304 9819077 140734464162192 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14603/statm: 22064 20489 704 1374 0 20685 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 88256

[startup+51.1009 s]
/proc/loadavg: 1.99 1.98 1.99 4/179 14605
/proc/meminfo: memFree=31031520/32951124 swapFree=67111528/67111528
[pid=14603] ppid=14601 vsize=124448 CPUtime=51.09
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 14156 0 -1 4202496 197367 0 0 0 5046 63 0 0 25 0 1 0 134430907 127434752 29595 4089446400 4194304 9819077 140734464162192 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14603/statm: 31112 29595 704 1374 0 29733 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 124448

[startup+102.306 s]
/proc/loadavg: 2.05 2.00 2.00 5/179 14607
/proc/meminfo: memFree=30896388/32951124 swapFree=67111528/67111528
[pid=14603] ppid=14601 vsize=219240 CPUtime=102.29
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 14156 0 -1 4202496 400215 0 0 0 10090 139 0 0 25 0 1 0 134430907 224501760 52387 4089446400 4194304 9819077 140734464162192 18446744073709551615 6020551 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14603/statm: 54810 52387 705 1374 0 53431 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 219240

[startup+162.3 s]
/proc/loadavg: 2.02 2.00 2.00 4/179 14609
/proc/meminfo: memFree=30742460/32951124 swapFree=67111528/67111528
[pid=14603] ppid=14601 vsize=336216 CPUtime=162.3
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 14156 0 -1 4202496 554873 0 0 0 16006 224 0 0 25 0 1 0 134430907 344285184 79599 4089446400 4194304 9819077 140734464162192 18446744073709551615 6666058 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14603/statm: 84054 79599 714 1374 0 82675 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 336216

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 14610
/proc/meminfo: memFree=30590028/32951124 swapFree=67111528/67111528
[pid=14603] ppid=14601 vsize=450964 CPUtime=222.29
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 14156 0 -1 4202496 682173 0 0 0 21919 310 0 0 25 0 1 0 134430907 461787136 104776 4089446400 4194304 9819077 140734464162192 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14603/statm: 112741 104776 719 1374 0 111362 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 450964

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 14611
/proc/meminfo: memFree=30457080/32951124 swapFree=67111528/67111528
[pid=14603] ppid=14601 vsize=554108 CPUtime=282.3
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 14156 0 -1 4202496 798412 0 0 0 27839 391 0 0 25 0 1 0 134430907 567406592 127305 4089446400 4194304 9819077 140734464162192 18446744073709551615 5004470 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14603/statm: 138527 127305 719 1374 0 137148 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 554108

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 14622
/proc/meminfo: memFree=30323928/32951124 swapFree=67111528/67111528
[pid=14603] ppid=14601 vsize=658904 CPUtime=342.29
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 14156 0 -1 4202496 909027 0 0 0 33754 475 0 0 25 0 1 0 134430907 674717696 149390 4089446400 4194304 9819077 140734464162192 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14603/statm: 164726 149390 719 1374 0 163347 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 658904

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 14624
/proc/meminfo: memFree=30164308/32951124 swapFree=67111528/67111528
[pid=14603] ppid=14601 vsize=788436 CPUtime=402.3
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 14156 0 -1 4202496 998961 0 0 0 39679 551 0 0 25 0 1 0 134430907 807358464 177249 4089446400 4194304 9819077 140734464162192 18446744073709551615 4965891 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14603/statm: 197109 177249 719 1374 0 195730 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 788436

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14626
/proc/meminfo: memFree=30068308/32951124 swapFree=67111528/67111528
[pid=14603] ppid=14601 vsize=874860 CPUtime=462.31
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 14156 0 -1 4202496 1083067 0 0 0 45611 620 0 0 25 0 1 0 134430907 895856640 195741 4089446400 4194304 9819077 140734464162192 18446744073709551615 6023790 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14603/statm: 218715 195741 720 1374 0 217336 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 874860

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 14627
/proc/meminfo: memFree=30010344/32951124 swapFree=67111528/67111528
[pid=14603] ppid=14601 vsize=914488 CPUtime=522.31
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 14156 0 -1 4202496 1210382 0 0 0 51517 714 0 0 25 0 1 0 134430907 936435712 203608 4089446400 4194304 9819077 140734464162192 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14603/statm: 228622 203608 721 1374 0 227243 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 914488

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 14628
/proc/meminfo: memFree=29936868/32951124 swapFree=67111528/67111528
[pid=14603] ppid=14601 vsize=947608 CPUtime=582.31
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 14156 0 -1 4202496 1336362 0 0 0 57416 815 0 0 25 0 1 0 134430907 970350592 210132 4089446400 4194304 9819077 140734464162192 18446744073709551615 6590476 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14603/statm: 236902 210132 725 1374 0 235523 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 947608

[startup+642.3 s]
/proc/loadavg: 2.07 2.02 2.00 4/179 14630
/proc/meminfo: memFree=29893424/32951124 swapFree=67111528/67111528
[pid=14603] ppid=14601 vsize=962728 CPUtime=642.31
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 14156 0 -1 4202496 1438623 0 0 0 63320 911 0 0 25 0 1 0 134430907 985833472 213029 4089446400 4194304 9819077 140734464162192 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14603/statm: 240682 213029 725 1374 0 239303 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 962728

[startup+702.301 s]

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

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 14638
/proc/meminfo: memFree=29780252/32951124 swapFree=67111528/67111528
[pid=14603] ppid=14601 vsize=1025884 CPUtime=942.32
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 14156 0 -1 4202496 2051430 0 0 0 92807 1425 0 0 25 0 1 0 134430907 1050505216 226391 4089446400 4194304 9819077 140734464162192 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14603/statm: 256471 226391 733 1374 0 255092 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 1025884

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 14640
/proc/meminfo: memFree=29768064/32951124 swapFree=67111528/67111528
[pid=14603] ppid=14601 vsize=1036272 CPUtime=1002.32
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 14156 0 -1 4202496 2173781 0 0 0 98700 1532 0 0 25 0 1 0 134430907 1061142528 228718 4089446400 4194304 9819077 140734464162192 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14603/statm: 259111 228719 733 1374 0 257732 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1036272

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 14642
/proc/meminfo: memFree=29756876/32951124 swapFree=67111528/67111528
[pid=14603] ppid=14601 vsize=1050216 CPUtime=1062.31
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 14156 0 -1 4202496 2301110 0 0 0 104592 1639 0 0 25 0 1 0 134430907 1075421184 231249 4089446400 4194304 9819077 140734464162192 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14603/statm: 262554 231249 733 1374 0 261175 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 1050216

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 14643
/proc/meminfo: memFree=29743068/32951124 swapFree=67111528/67111528
[pid=14603] ppid=14601 vsize=1060788 CPUtime=1122.31
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 14156 0 -1 4202496 2416612 0 0 0 110487 1744 0 0 25 0 1 0 134430907 1086246912 233280 4089446400 4194304 9819077 140734464162192 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14603/statm: 265197 233280 733 1374 0 263818 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 1060788

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 14644
/proc/meminfo: memFree=29726180/32951124 swapFree=67111528/67111528
[pid=14603] ppid=14601 vsize=1077388 CPUtime=1182.32
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 14156 0 -1 4202496 2524354 0 0 0 116377 1855 0 0 25 0 1 0 134430907 1103245312 236485 4089446400 4194304 9819077 140734464162192 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14603/statm: 269347 236485 741 1374 0 267968 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1077388

[startup+1242.3 s]
/proc/loadavg: 2.04 2.01 2.00 4/179 14646
/proc/meminfo: memFree=29719048/32951124 swapFree=67111528/67111528
[pid=14603] ppid=14601 vsize=1082668 CPUtime=1242.32
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 14156 0 -1 4202496 2686760 0 0 0 122261 1971 0 0 25 0 1 0 134430907 1108652032 237607 4089446400 4194304 9819077 140734464162192 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14603/statm: 270667 237607 740 1374 0 269288 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 1082668

[startup+1302.3 s]
/proc/loadavg: 2.01 2.01 2.00 4/179 14648
/proc/meminfo: memFree=29710828/32951124 swapFree=67111528/67111528
[pid=14603] ppid=14601 vsize=1089768 CPUtime=1302.33
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 14156 0 -1 4202496 2805644 0 0 0 128158 2075 0 0 25 0 1 0 134430907 1115922432 238931 4089446400 4194304 9819077 140734464162192 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14603/statm: 272442 238931 740 1374 0 271063 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 1089768

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 14650
/proc/meminfo: memFree=29705816/32951124 swapFree=67111528/67111528
[pid=14603] ppid=14601 vsize=1092756 CPUtime=1362.32
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 14156 0 -1 4202496 2989767 0 0 0 134036 2196 0 0 25 0 1 0 134430907 1118982144 239675 4089446400 4194304 9819077 140734464162192 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14603/statm: 273189 239675 740 1374 0 271810 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 1092756

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 14651
/proc/meminfo: memFree=29703408/32951124 swapFree=67111528/67111528
[pid=14603] ppid=14601 vsize=1093776 CPUtime=1422.33
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 14156 0 -1 4202496 3135017 0 0 0 139917 2316 0 0 25 0 1 0 134430907 1120026624 239929 4089446400 4194304 9819077 140734464162192 18446744073709551615 8678980 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14603/statm: 273444 239929 740 1374 0 272065 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 1093776

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 14652
/proc/meminfo: memFree=29702020/32951124 swapFree=67111528/67111528
[pid=14603] ppid=14601 vsize=1094860 CPUtime=1482.33
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 14156 0 -1 4202496 3268565 0 0 0 145804 2429 0 0 25 0 1 0 134430907 1121136640 240162 4089446400 4194304 9819077 140734464162192 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14603/statm: 273715 240162 740 1374 0 272336 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 1094860

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 14654
/proc/meminfo: memFree=29701096/32951124 swapFree=67111528/67111528
[pid=14603] ppid=14601 vsize=1095468 CPUtime=1542.33
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 14156 0 -1 4202496 3410997 0 0 0 151683 2550 0 0 25 0 1 0 134430907 1121759232 240302 4089446400 4194304 9819077 140734464162192 18446744073709551615 6590530 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14603/statm: 273867 240302 740 1374 0 272488 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 1095468

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 14656
/proc/meminfo: memFree=29698328/32951124 swapFree=67111528/67111528
[pid=14603] ppid=14601 vsize=1096368 CPUtime=1602.33
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 14156 0 -1 4202496 3534503 0 0 0 157571 2662 0 0 25 0 1 0 134430907 1122680832 240502 4089446400 4194304 9819077 140734464162192 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14603/statm: 274092 240502 740 1374 0 272713 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 1096368

[startup+1662.3 s]
/proc/loadavg: 2.03 2.01 2.00 4/179 14658
/proc/meminfo: memFree=29697296/32951124 swapFree=67111528/67111528
[pid=14603] ppid=14601 vsize=1096860 CPUtime=1662.33
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 14156 0 -1 4202496 3651486 0 0 0 163465 2768 0 0 25 0 1 0 134430907 1123184640 240638 4089446400 4194304 9819077 140734464162192 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14603/statm: 274215 240638 740 1374 0 272836 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 1096860

[startup+1722.3 s]
/proc/loadavg: 1.62 1.91 1.97 2/174 14761
/proc/meminfo: memFree=30389976/32951124 swapFree=67111528/67111528
[pid=14603] ppid=14601 vsize=1098752 CPUtime=1722.33
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 14156 0 -1 4202496 3774037 0 0 0 169358 2875 0 0 25 0 1 0 134430907 1125122048 241106 4089446400 4194304 9819077 140734464162192 18446744073709551615 6162091 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14603/statm: 274688 241106 740 1374 0 273309 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 1098752

[startup+1782.3 s]
/proc/loadavg: 1.28 1.76 1.91 2/171 14913
/proc/meminfo: memFree=30388404/32951124 swapFree=67111528/67111528
[pid=14603] ppid=14601 vsize=1101304 CPUtime=1782.34
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 14156 0 -1 4202496 3902755 0 0 0 175255 2979 0 0 25 0 1 0 134430907 1127735296 241709 4089446400 4194304 9819077 140734464162192 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14603/statm: 275326 241709 740 1374 0 273947 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 1101304



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.20 1.71 1.89 2/174 14973
/proc/meminfo: memFree=30385824/32951124 swapFree=67111528/67111528
[pid=14603] ppid=14601 vsize=1102552 CPUtime=1800.04
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 14156 0 -1 4202496 3938799 0 0 0 176994 3010 0 0 25 0 1 0 134430907 1129013248 242022 4089446400 4194304 9819077 140734464162192 18446744073709551615 6387346 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14603/statm: 275638 242022 740 1374 0 274259 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1102552

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

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

[startup+1800.2 s]
/proc/loadavg: 1.20 1.71 1.89 2/174 14973
/proc/meminfo: memFree=30385824/32951124 swapFree=67111528/67111528
[pid=14603] ppid=14601 vsize=1102792 CPUtime=1800.24
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 14156 0 -1 4202496 3938894 0 0 0 177014 3010 0 0 25 0 1 0 134430907 1129259008 242078 4089446400 4194304 9819077 140734464162192 18446744073709551615 6180536 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/14603/statm: 275698 242078 741 1374 0 274319 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 1102792

[startup+1800.3 s]
/proc/loadavg: 1.20 1.71 1.89 2/174 14973
/proc/meminfo: memFree=30385824/32951124 swapFree=67111528/67111528
[pid=14603] ppid=14601 vsize=1064104 CPUtime=1800.33
/proc/14603/stat : 14603 (pbscip.linux.x8) R 14601 14603 14156 0 -1 4202496 3938907 0 0 0 177023 3010 0 0 25 0 1 0 134430907 1089642496 232419 4089446400 4194304 9819077 140734464162192 18446744073709551615 4913951 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/14603/statm: 266026 232419 741 1374 0 264647 0
Current children cumulated CPU time (s) 1800.33
Current children cumulated vsize (KiB) 1064104

Child status: 0
Real time (s): 1800.36
CPU time (s): 1800.41
CPU user time (s): 1770.26
CPU system time (s): 30.1454
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1102792

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

runsolver used 2.46062 second user time and 5.75012 second system time

The end

Launcher Data

Begin job on node108 at 2010-06-30 22:55:37
IDJOB=2693101
IDBENCH=79314
IDSOLVER=1205
FILE ID=node108/2693101-1277931337
PBS_JOBID= 11197390
Free space on /tmp= 74208 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 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.1900584219--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-2693101-1277931337/watcher-2693101-1277931337 -o /tmp/evaluation-result-2693101-1277931337/solver-2693101-1277931337 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693101-1277931337.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 81f3c07bf85fb8fa2211498324cd1b10
RANDOM SEED=1505778490

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
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.74
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.855
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31194764 kB
Buffers:        213624 kB
Cached:        1177944 kB
SwapCached:          0 kB
Active:         747436 kB
Inactive:       863800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31194764 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6248 kB
Writeback:           0 kB
AnonPages:      220440 kB
Mapped:          16840 kB
Slab:            80152 kB
PageTables:       5148 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   369832 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74204 MiB
End job on node108 at 2010-06-30 23:25:39