Trace number 2692985

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.25 1800.2

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900574864--soft-0-100-0.wbo
MD5SUM2d789ef1df9f4a4dbc546a24cba98a06
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 benchmark67.9437
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 136625
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136624
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 671
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-2692985-1277927206.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.12	o 136624
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.366240e+05
0.09/0.12	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.12
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.98
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.366240e+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.366240e+05 |    Inf 
0.19/0.21	c   0.1s|     1 |     0 |    42 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.366240e+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.366240e+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.366240e+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.366240e+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.366240e+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.366240e+05 |    Inf 
4.69/4.72	o 789
4.69/4.72	c * 4.5s|  2635 |  2623 |  1468 |   0.5 |  27M|2496 |   - |5645 |5414 |5645 | 241 | 450 |   0 | 532 | 0.000000e+00 | 7.890000e+02 |    Inf 
16.29/16.38	c  15.8s| 10000 |  9980 |  4631 |   0.4 |  45M|2496 |   0 |5645 |5445 |5645 | 244 |1418 |  31 | 734 | 0.000000e+00 | 7.890000e+02 |    Inf 
23.99/24.04	o 559
23.99/24.04	c *23.4s| 14926 | 13095 |  5986 |   0.4 |  53M|2496 |   - |5645 |5465 |5645 | 217 |1846 |  51 | 767 | 0.000000e+00 | 5.590000e+02 |    Inf 
24.10/24.15	o 556
24.10/24.15	c *23.5s| 14978 | 13089 |  6079 |   0.4 |  53M|2496 |   - |5645 |5465 |5645 | 218 |1865 |  51 | 768 | 0.000000e+00 | 5.560000e+02 |    Inf 
24.20/24.25	o 527
24.20/24.25	c *23.6s| 15023 | 12559 |  6159 |   0.4 |  52M|2496 |   - |5645 |5475 |5645 | 214 |1880 |  61 | 768 | 0.000000e+00 | 5.270000e+02 |    Inf 
25.30/25.35	o 520
25.30/25.35	c *24.6s| 15660 | 12912 |  6475 |   0.4 |  54M|2496 |   - |5645 |5631 |5645 | 241 |1969 | 217 | 781 | 0.000000e+00 | 5.200000e+02 |    Inf 
26.79/26.85	o 481
26.79/26.85	c *26.1s| 16390 | 12802 |  7362 |   0.4 |  54M|2496 |   - |5645 |5745 |5645 | 225 |2272 | 331 | 814 | 0.000000e+00 | 4.810000e+02 |    Inf 
32.19/32.22	o 390
32.19/32.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
32.19/32.22	c *31.3s| 18813 | 12519 | 11847 |   0.6 |  54M|2496 |   - |5645 |6264 |5645 | 238 |3690 | 850 | 962 | 0.000000e+00 | 3.900000e+02 |    Inf 
32.90/32.99	o 389
32.90/32.99	c *32.0s| 19205 | 12836 | 12158 |   0.6 |  55M|2496 |   - |5645 |6373 |5645 | 255 |3812 | 959 | 967 | 0.000000e+00 | 3.890000e+02 |    Inf 
34.00/34.08	o 376
34.00/34.08	c *33.1s| 19689 | 12755 | 12537 |   0.6 |  56M|2496 |   - |5645 |6625 |5645 | 254 |3952 |1211 | 985 | 0.000000e+00 | 3.760000e+02 |    Inf 
34.79/34.80	c  33.8s| 20000 | 13025 | 12918 |   0.6 |  56M|2496 |   0 |5645 |6784 |5645 | 222 |4079 |1370 | 988 | 0.000000e+00 | 3.760000e+02 |    Inf 
35.29/35.37	o 359
35.29/35.37	c *34.4s| 20260 | 12620 | 13337 |   0.6 |  56M|2496 |   - |5645 |6899 |5645 | 218 |4184 |1485 | 995 | 0.000000e+00 | 3.590000e+02 |    Inf 
36.29/36.34	o 337
36.29/36.34	c *35.3s| 20785 | 12221 | 13807 |   0.7 |  55M|2496 |   - |5645 |7069 |5645 | 220 |4299 |1655 | 996 | 0.000000e+00 | 3.370000e+02 |    Inf 
40.69/40.75	o 333
40.69/40.75	c *39.6s| 22281 | 13284 | 20017 |   0.9 |  60M|2496 |   - |5645 |7947 |5645 | 261 |6132 |2533 |1115 | 0.000000e+00 | 3.330000e+02 |    Inf 
41.80/41.84	o 318
41.80/41.84	c *40.7s| 22687 | 13083 | 21264 |   0.9 |  59M|2496 |   - |5645 |8151 |5645 | 258 |6600 |2739 |1140 | 0.000000e+00 | 3.180000e+02 |    Inf 
41.80/41.85	o 313
41.80/41.85	c *40.7s| 22688 | 12912 | 21264 |   0.9 |  59M|2496 |   - |5645 |8151 |5645 | 258 |6600 |2739 |1140 | 0.000000e+00 | 3.130000e+02 |    Inf 
45.59/45.62	o 299
45.59/45.62	c *44.4s| 24300 | 13924 | 23414 |   1.0 |  63M|2496 |   - |5645 |8729 |5645 | 210 |7257 |3336 |1155 | 0.000000e+00 | 2.990000e+02 |    Inf 
45.59/45.63	o 288
45.59/45.63	c *44.4s| 24301 | 13516 | 23414 |   1.0 |  62M|2496 |   - |5645 |8729 |5645 | 210 |7257 |3336 |1155 | 0.000000e+00 | 2.880000e+02 |    Inf 
47.20/47.24	o 281
47.20/47.24	c *45.9s| 24921 | 13685 | 24275 |   1.0 |  63M|2496 |   - |5645 |9213 |5645 | 227 |7502 |3858 |1163 | 0.000000e+00 | 2.810000e+02 |    Inf 
47.30/47.35	o 251
47.30/47.35	c *46.0s| 24970 | 11487 | 24338 |   1.0 |  57M|2496 |   - |5645 |9218 |5645 | 222 |7519 |3868 |1163 | 0.000000e+00 | 2.510000e+02 |    Inf 
52.59/52.65	o 231
52.59/52.65	c *51.2s| 27028 | 11501 | 27994 |   1.0 |  60M|2496 |   - |5645 |  10k|5645 | 231 |8686 |5290 |1204 | 0.000000e+00 | 2.310000e+02 |    Inf 
52.59/52.66	o 202
52.59/52.66	c *51.2s| 27029 |  8832 | 27995 |   1.0 |  54M|2496 |   - |5645 |  10k|5645 | 231 |8686 |5290 |1204 | 0.000000e+00 | 2.020000e+02 |    Inf 
52.80/52.81	o 196
52.80/52.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
52.80/52.81	c *51.4s| 27086 |  8297 | 28090 |   1.0 |  53M|2496 |   - |5645 |  10k|5645 | 251 |8719 |5297 |1204 | 0.000000e+00 | 1.960000e+02 |    Inf 
53.10/53.10	o 195
53.10/53.10	c *51.7s| 27227 |  8342 | 28168 |   1.0 |  53M|2496 |   - |5645 |  10k|5645 | 218 |8734 |5313 |1204 | 0.000000e+00 | 1.950000e+02 |    Inf 
53.10/53.17	o 170
53.10/53.17	c *51.7s| 27246 |  6693 | 28191 |   1.0 |  48M|2496 |   - |5645 |  10k|5645 | 221 |8737 |5313 |1204 | 0.000000e+00 | 1.700000e+02 |    Inf 
57.70/57.76	o 140
57.70/57.76	c *56.2s| 28891 |  6284 | 31052 |   1.1 |  50M|2496 |   - |5645 |  10k|5645 | 231 |9613 |6674 |1255 | 0.000000e+00 | 1.400000e+02 |    Inf 
58.30/58.38	o 126
58.30/58.38	c *56.8s| 29177 |  5757 | 31385 |   1.1 |  48M|2496 |   - |5645 |  10k|5645 | 223 |9685 |6860 |1261 | 0.000000e+00 | 1.260000e+02 |    Inf 
59.99/60.06	o 123
59.99/60.06	c *58.4s| 29699 |  5943 | 32767 |   1.1 |  50M|2496 |   - |5645 |  10k|5645 | 225 |  10k|7460 |1285 | 0.000000e+00 | 1.230000e+02 |    Inf 
60.09/60.10	o 118
60.09/60.10	c *58.5s| 29739 |  5777 | 32769 |   1.1 |  49M|2496 |   - |5645 |  10k|5645 | 225 |  10k|7460 |1285 | 0.000000e+00 | 1.180000e+02 |    Inf 
60.20/60.26	o 111
60.20/60.26	c *58.6s| 29800 |  5529 | 33015 |   1.1 |  48M|2496 |   - |5645 |  10k|5645 | 265 |  10k|7470 |1297 | 0.000000e+00 | 1.110000e+02 |    Inf 
60.79/60.81	c  59.1s| 30000 |  5704 | 33343 |   1.1 |  49M|2496 |   0 |5645 |  10k|5645 | 205 |  10k|7536 |1297 | 0.000000e+00 | 1.110000e+02 |    Inf 
66.39/66.47	o 106
66.39/66.47	c *64.7s| 31843 |  6757 | 38596 |   1.2 |  56M|2496 |   - |5645 |  10k|5645 | 251 |  11k|9208 |1381 | 0.000000e+00 | 1.060000e+02 |    Inf 
70.59/70.60	o 104
70.59/70.60	c *68.7s| 33103 |  7306 | 41338 |   1.2 |  61M|2496 |   - |5645 |9356 |5645 | 198 |  12k|  10k|1411 | 0.000000e+00 | 1.040000e+02 |    Inf 
70.59/70.61	o 101
70.59/70.61	c *68.7s| 33104 |  7190 | 41342 |   1.2 |  60M|2496 |   - |5645 |9356 |5645 | 198 |  12k|  10k|1411 | 0.000000e+00 | 1.010000e+02 |    Inf 
71.29/71.32	o 99
71.29/71.32	c *69.4s| 33345 |  7210 | 42137 |   1.3 |  61M|2496 |   - |5645 |9275 |5645 | 250 |  12k|  10k|1416 | 0.000000e+00 | 9.900000e+01 |    Inf 
72.00/72.05	o 88
72.00/72.05	c *70.1s| 33594 |  6549 | 42629 |   1.3 |  59M|2496 |   - |5645 |9169 |5645 | 236 |  13k|  10k|1417 | 0.000000e+00 | 8.800000e+01 |    Inf 
72.09/72.15	o 82
72.09/72.15	c *70.2s| 33602 |  6057 | 42846 |   1.3 |  57M|2496 |   - |5645 |8821 |5645 | 248 |  13k|  10k|1424 | 0.000000e+00 | 8.200000e+01 |    Inf 
72.50/72.58	o 81
72.50/72.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
72.50/72.58	c *70.6s| 33677 |  5966 | 43501 |   1.3 |  57M|2496 |   - |5645 |8282 |5645 | 252 |  13k|  10k|1446 | 0.000000e+00 | 8.100000e+01 |    Inf 
72.60/72.66	o 79
72.60/72.66	c *70.7s| 33690 |  5680 | 43617 |   1.3 |  56M|2496 |   - |5645 |8142 |5645 | 252 |  13k|  11k|1446 | 0.000000e+00 | 7.900000e+01 |    Inf 
72.69/72.77	o 77
72.69/72.77	c *70.8s| 33716 |  5565 | 43694 |   1.3 |  55M|2496 |   - |5645 |8039 |5645 | 258 |  13k|  11k|1446 | 0.000000e+00 | 7.700000e+01 |    Inf 
72.79/72.82	o 65
72.79/72.82	c *70.8s| 33723 |  4809 | 43740 |   1.3 |  51M|2496 |   - |5645 |7953 |5645 | 276 |  13k|  11k|1450 | 0.000000e+00 | 6.500000e+01 |    Inf 
72.89/72.92	o 50
72.89/72.92	c *70.9s| 33748 |  4042 | 43881 |   1.3 |  47M|2496 |   - |5645 |7580 |5645 | 256 |  13k|  11k|1453 | 0.000000e+00 | 5.000000e+01 |    Inf 
72.99/73.05	o 47
72.99/73.05	c *71.0s| 33823 |  3759 | 44132 |   1.3 |  46M|2496 |   - |5645 |7093 |5645 | 258 |  13k|  11k|1461 | 0.000000e+00 | 4.700000e+01 |    Inf 
72.99/73.09	o 21
72.99/73.09	c *71.1s| 33826 |  2657 | 44223 |   1.3 |  42M|2496 |   - |5645 |6914 |5645 | 263 |  13k|  11k|1461 | 0.000000e+00 | 2.100000e+01 |    Inf 
73.09/73.12	o 19
73.09/73.12	c *71.1s| 33829 |  2403 | 44280 |   1.3 |  41M|2496 |   - |5645 |6164 |5645 | 249 |  13k|  11k|1461 | 0.000000e+00 | 1.900000e+01 |    Inf 
85.60/85.61	c  83.1s| 40000 |  2624 | 68379 |   1.7 |  46M|2496 |   - |5645 |8106 |   0 |   0 |  17k|  18k|1687 | 0.000000e+00 | 1.900000e+01 |    Inf 
88.59/88.63	o 12
88.59/88.63	c *86.0s| 41452 |  2279 | 73609 |   1.8 |  45M|2496 |   - |5645 |7914 |5645 | 204 |  18k|  20k|1704 | 0.000000e+00 | 1.200000e+01 |    Inf 
88.59/88.65	o 8
88.59/88.65	c *86.0s| 41455 |  2169 | 73630 |   1.8 |  44M|2496 |   - |5645 |7643 |5645 | 204 |  18k|  20k|1704 | 0.000000e+00 | 8.000000e+00 |    Inf 
90.69/90.79	o 4
90.69/90.79	c *88.1s| 42653 |  1690 | 78099 |   1.8 |  42M|2496 |   - |5645 |7329 |5645 | 226 |  19k|  21k|1713 | 0.000000e+00 | 4.000000e+00 |    Inf 
98.60/98.61	o 3
98.60/98.61	c *95.5s| 47377 |  1746 | 95259 |   2.0 |  43M|2496 |   - |5645 |8400 |5645 | 193 |  21k|  27k|1748 | 0.000000e+00 | 3.000000e+00 |    Inf 
103.09/103.10	c  99.8s| 50000 |  1818 |104559 |   2.1 |  44M|2496 |  17 |5645 |8493 |5645 | 224 |  22k|  31k|1798 | 0.000000e+00 | 3.000000e+00 |    Inf 
120.49/120.52	c   117s| 60000 |  1892 |142002 |   2.4 |  46M|2496 |  10 |5645 |  10k|5645 | 237 |  27k|  44k|2045 | 0.000000e+00 | 3.000000e+00 |    Inf 
138.20/138.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
138.20/138.24	c   134s| 70000 |  1846 |178776 |   2.6 |  47M|2496 |  10 |5645 |  10k|5645 | 225 |  31k|  57k|2324 | 0.000000e+00 | 3.000000e+00 |    Inf 
146.39/146.41	o 1
146.39/146.41	c * 141s| 74711 |  1792 |195065 |   2.6 |  47M|2496 |   - |5645 |  12k|5645 | 211 |  33k|  63k|2437 | 0.000000e+00 | 1.000000e-00 |    Inf 
155.59/155.69	c   150s| 80000 |  1860 |212288 |   2.7 |  49M|2496 |   1 |5645 |  13k|5645 | 199 |  36k|  70k|2532 | 0.000000e+00 | 1.000000e-00 |    Inf 
173.60/173.68	c   168s| 90000 |  1871 |244114 |   2.7 |  50M|2496 |   - |5645 |  14k|   0 |   0 |  39k|  84k|2669 | 0.000000e+00 | 1.000000e-00 |    Inf 
192.19/192.23	c   186s|100000 |  1964 |279512 |   2.8 |  51M|2496 |   9 |5645 |  15k|5645 | 210 |  43k|  98k|2848 | 0.000000e+00 | 1.000000e-00 |    Inf 
210.49/210.50	c   203s|110000 |  1944 |314750 |   2.9 |  51M|2496 |   8 |5645 |  12k|5645 | 206 |  47k| 112k|3049 | 0.000000e+00 | 1.000000e-00 |    Inf 
227.99/228.02	c   220s|120000 |  2002 |346913 |   2.9 |  52M|2496 |   - |5645 |  13k|   0 |   0 |  51k| 126k|3168 | 0.000000e+00 | 1.000000e-00 |    Inf 
246.19/246.22	c   238s|130000 |  2177 |379856 |   2.9 |  54M|2496 |   - |5645 |  15k|   0 |   0 |  56k| 141k|3248 | 0.000000e+00 | 1.000000e-00 |    Inf 
264.69/264.72	c   256s|140000 |  2340 |412525 |   2.9 |  56M|2496 |   1 |5645 |  14k|5645 | 200 |  60k| 155k|3330 | 0.000000e+00 | 1.000000e-00 |    Inf 
282.89/282.97	c   273s|150000 |  2337 |447401 |   3.0 |  57M|2496 |   - |5645 |  15k|   0 |   0 |  65k| 170k|3428 | 0.000000e+00 | 1.000000e-00 |    Inf 
301.50/301.57	c   291s|160000 |  2379 |477355 |   3.0 |  58M|2496 |  25 |5645 |  16k|5645 | 238 |  69k| 184k|3510 | 0.000000e+00 | 1.000000e-00 |    Inf 
320.20/320.21	c   309s|170000 |  2392 |514167 |   3.0 |  59M|2496 |  11 |5645 |  16k|5645 | 206 |  74k| 199k|3597 | 0.000000e+00 | 1.000000e-00 |    Inf 
339.10/339.11	c   327s|180000 |  2286 |547454 |   3.0 |  58M|2496 |   1 |5645 |  14k|5645 | 216 |  79k| 214k|3684 | 0.000000e+00 | 1.000000e-00 |    Inf 
357.80/357.89	c   345s|190000 |  2049 |580767 |   3.1 |  55M|2496 |   1 |5645 |  11k|5645 | 222 |  83k| 229k|3945 | 0.000000e+00 | 1.000000e-00 |    Inf 
375.50/375.55	c   362s|200000 |  1936 |615567 |   3.1 |  54M|2496 |   - |5645 |  11k|   0 |   0 |  86k| 242k|4248 | 0.000000e+00 | 1.000000e-00 |    Inf 
392.80/392.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
392.80/392.83	c   379s|210000 |  2093 |652628 |   3.1 |  55M|2496 |   - |5645 |  11k|   0 |   0 |  90k| 256k|4544 | 0.000000e+00 | 1.000000e-00 |    Inf 
410.20/410.29	c   396s|220000 |  2182 |684716 |   3.1 |  57M|2496 |   - |5645 |  13k|   0 |   0 |  94k| 270k|4576 | 0.000000e+00 | 1.000000e-00 |    Inf 
428.00/428.05	c   413s|230000 |  2191 |720602 |   3.1 |  58M|2496 |  16 |5645 |  14k|5645 | 219 |  99k| 284k|4631 | 0.000000e+00 | 1.000000e-00 |    Inf 
446.10/446.12	c   430s|240000 |  2201 |758223 |   3.2 |  59M|2496 |   1 |5645 |  14k|5645 | 211 | 102k| 298k|4708 | 0.000000e+00 | 1.000000e-00 |    Inf 
464.30/464.39	c   448s|250000 |  2272 |795897 |   3.2 |  59M|2496 |   - |5645 |  13k|   0 |   0 | 106k| 312k|4843 | 0.000000e+00 | 1.000000e-00 |    Inf 
482.70/482.78	c   466s|260000 |  2499 |835954 |   3.2 |  61M|2496 |   - |5645 |  13k|   0 |   0 | 110k| 326k|4986 | 0.000000e+00 | 1.000000e-00 |    Inf 
501.41/501.42	c   484s|270000 |  2630 |875920 |   3.2 |  63M|2496 |   - |5645 |  15k|   0 |   0 | 115k| 339k|5081 | 0.000000e+00 | 1.000000e-00 |    Inf 
521.00/521.07	c   503s|280000 |  2717 |916526 |   3.3 |  65M|2496 |   1 |5645 |  15k|5645 | 263 | 118k| 353k|5161 | 0.000000e+00 | 1.000000e-00 |    Inf 
540.11/540.15	c   521s|290000 |  2715 |952771 |   3.3 |  65M|2496 |   4 |5645 |  14k|5645 | 218 | 121k| 367k|5233 | 0.000000e+00 | 1.000000e-00 |    Inf 
559.00/559.06	c   539s|300000 |  2713 |988108 |   3.3 |  67M|2496 |  12 |5645 |  17k|5645 | 218 | 125k| 380k|5296 | 0.000000e+00 | 1.000000e-00 |    Inf 
578.81/578.84	c   558s|310000 |  2680 |  1023k|   3.3 |  67M|2496 |   - |5645 |  16k|   0 |   0 | 129k| 394k|5378 | 0.000000e+00 | 1.000000e-00 |    Inf 
598.21/598.30	c   577s|320000 |  2685 |  1061k|   3.3 |  67M|2496 |   1 |5645 |  16k|5645 | 214 | 132k| 408k|5430 | 0.000000e+00 | 1.000000e-00 |    Inf 
619.21/619.28	c   598s|330000 |  2744 |  1101k|   3.3 |  69M|2496 |   - |5645 |  17k|   0 |   0 | 137k| 421k|5518 | 0.000000e+00 | 1.000000e-00 |    Inf 
639.01/639.08	c   617s|340000 |  2817 |  1133k|   3.3 |  71M|2496 |  24 |5645 |  20k|5645 | 227 | 140k| 435k|5567 | 0.000000e+00 | 1.000000e-00 |    Inf 
659.92/659.97	c   637s|350000 |  2859 |  1172k|   3.4 |  71M|2496 |   - |5645 |  17k|   0 |   0 | 143k| 448k|5641 | 0.000000e+00 | 1.000000e-00 |    Inf 
680.31/680.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
680.31/680.31	c   657s|360000 |  2966 |  1213k|   3.4 |  73M|2496 |   - |5645 |  18k|   0 |   0 | 148k| 462k|5720 | 0.000000e+00 | 1.000000e-00 |    Inf 
701.31/701.31	c   677s|370000 |  3065 |  1253k|   3.4 |  75M|2496 |   - |5645 |  20k|   0 |   0 | 151k| 475k|5786 | 0.000000e+00 | 1.000000e-00 |    Inf 
722.61/722.63	c   697s|380000 |  3059 |  1295k|   3.4 |  75M|2496 |   9 |5645 |  20k|5645 | 217 | 154k| 489k|5865 | 0.000000e+00 | 1.000000e-00 |    Inf 
742.81/742.88	c   717s|390000 |  3031 |  1331k|   3.4 |  75M|2496 |   - |5645 |  17k|   0 |   0 | 158k| 503k|5930 | 0.000000e+00 | 1.000000e-00 |    Inf 
763.60/763.68	c   737s|400000 |  3042 |  1370k|   3.4 |  75M|2496 |   1 |5645 |  18k|5645 | 216 | 162k| 517k|5981 | 0.000000e+00 | 1.000000e-00 |    Inf 
784.81/784.85	c   758s|410000 |  3067 |  1411k|   3.4 |  76M|2496 |   1 |5645 |  19k|5645 | 217 | 167k| 531k|6065 | 0.000000e+00 | 1.000000e-00 |    Inf 
805.31/805.34	c   778s|420000 |  3256 |  1449k|   3.5 |  79M|2496 |   - |5645 |  21k|5645 | 255 | 170k| 545k|6118 | 0.000000e+00 | 1.000000e-00 |    Inf 
826.11/826.16	c   798s|430000 |  3604 |  1488k|   3.5 |  82M|2496 |   - |5645 |  23k|   0 |   0 | 174k| 559k|6166 | 0.000000e+00 | 1.000000e-00 |    Inf 
847.61/847.67	c   819s|440000 |  3660 |  1523k|   3.5 |  83M|2496 |   - |5645 |  22k|   0 |   0 | 178k| 573k|6217 | 0.000000e+00 | 1.000000e-00 |    Inf 
868.61/868.64	c   839s|450000 |  3681 |  1560k|   3.5 |  85M|2496 |   - |5645 |  23k|   0 |   0 | 182k| 587k|6275 | 0.000000e+00 | 1.000000e-00 |    Inf 
890.81/890.89	c   860s|460000 |  3748 |  1597k|   3.5 |  86M|2496 |   - |5645 |  23k|   0 |   0 | 186k| 602k|6330 | 0.000000e+00 | 1.000000e-00 |    Inf 
912.61/912.67	c   882s|470000 |  3802 |  1637k|   3.5 |  87M|2496 |   1 |5645 |  23k|5645 | 210 | 191k| 618k|6372 | 0.000000e+00 | 1.000000e-00 |    Inf 
934.92/934.94	c   903s|480000 |  3839 |  1677k|   3.5 |  88M|2496 |   1 |5645 |  23k|5645 | 237 | 195k| 633k|6437 | 0.000000e+00 | 1.000000e-00 |    Inf 
956.92/956.91	c   925s|490000 |  3884 |  1717k|   3.5 |  89M|2496 |   - |5645 |  23k|   0 |   0 | 199k| 648k|6501 | 0.000000e+00 | 1.000000e-00 |    Inf 
978.81/978.86	c   946s|500000 |  3989 |  1757k|   3.5 |  91M|2496 |  17 |5645 |  24k|5645 | 210 | 203k| 663k|6547 | 0.000000e+00 | 1.000000e-00 |    Inf 
1001.31/1001.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1001.31/1001.30	c   968s|510000 |  4068 |  1797k|   3.5 |  92M|2496 |   1 |5645 |  23k|5645 | 221 | 208k| 679k|6586 | 0.000000e+00 | 1.000000e-00 |    Inf 
1023.92/1023.95	c   990s|520000 |  4111 |  1834k|   3.5 |  93M|2496 |   1 |5645 |  24k|5645 | 239 | 212k| 694k|6639 | 0.000000e+00 | 1.000000e-00 |    Inf 
1046.42/1046.49	c  1011s|530000 |  4209 |  1871k|   3.5 |  95M|2496 |   6 |5645 |  26k|5645 | 233 | 216k| 708k|6700 | 0.000000e+00 | 1.000000e-00 |    Inf 
1068.91/1068.98	c  1033s|540000 |  4228 |  1907k|   3.5 |  95M|2496 |   - |5645 |  25k|   0 |   0 | 219k| 722k|6755 | 0.000000e+00 | 1.000000e-00 |    Inf 
1091.62/1091.68	c  1055s|550000 |  4375 |  1947k|   3.5 |  97M|2496 |  18 |5645 |  24k|5645 | 234 | 224k| 736k|6800 | 0.000000e+00 | 1.000000e-00 |    Inf 
1114.92/1114.97	c  1078s|560000 |  4402 |  1987k|   3.5 |  98M|2496 |  20 |5645 |  25k|5645 | 216 | 228k| 751k|6833 | 0.000000e+00 | 1.000000e-00 |    Inf 
1138.12/1138.11	c  1100s|570000 |  4407 |  2026k|   3.6 |  98M|2496 |   - |5645 |  24k|   0 |   0 | 231k| 765k|6877 | 0.000000e+00 | 1.000000e-00 |    Inf 
1161.92/1161.92	c  1123s|580000 |  4543 |  2071k|   3.6 | 101M|2496 |   1 |5645 |  25k|5645 | 247 | 236k| 781k|6940 | 0.000000e+00 | 1.000000e-00 |    Inf 
1185.42/1185.41	c  1146s|590000 |  4651 |  2118k|   3.6 | 102M|2496 |   - |5645 |  25k|   0 |   0 | 241k| 796k|6991 | 0.000000e+00 | 1.000000e-00 |    Inf 
1208.12/1208.12	c  1168s|600000 |  4786 |  2160k|   3.6 | 104M|2496 |   - |5645 |  26k|   0 |   0 | 246k| 811k|7026 | 0.000000e+00 | 1.000000e-00 |    Inf 
1231.02/1231.07	c  1191s|610000 |  4864 |  2202k|   3.6 | 106M|2496 |  19 |5645 |  26k|5645 | 270 | 249k| 827k|7081 | 0.000000e+00 | 1.000000e-00 |    Inf 
1254.33/1254.38	c  1213s|620000 |  4826 |  2238k|   3.6 | 106M|2496 |   1 |5645 |  26k|5645 | 210 | 252k| 842k|7129 | 0.000000e+00 | 1.000000e-00 |    Inf 
1276.92/1276.92	c  1235s|630000 |  4953 |  2278k|   3.6 | 108M|2496 |   - |5645 |  27k|   0 |   0 | 256k| 857k|7178 | 0.000000e+00 | 1.000000e-00 |    Inf 
1301.02/1301.09	c  1259s|640000 |  5004 |  2321k|   3.6 | 109M|2496 |   1 |5645 |  26k|5645 | 254 | 260k| 872k|7233 | 0.000000e+00 | 1.000000e-00 |    Inf 
1324.72/1324.77	c  1282s|650000 |  4988 |  2361k|   3.6 | 109M|2496 |   - |5645 |  25k|   0 |   0 | 264k| 887k|7273 | 0.000000e+00 | 1.000000e-00 |    Inf 
1348.02/1348.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1348.02/1348.05	c  1304s|660000 |  5038 |  2398k|   3.6 | 110M|2496 |   - |5645 |  25k|   0 |   0 | 269k| 901k|7307 | 0.000000e+00 | 1.000000e-00 |    Inf 
1371.64/1371.63	c  1327s|670000 |  5109 |  2434k|   3.6 | 112M|2496 |   1 |5645 |  29k|5645 | 210 | 272k| 916k|7342 | 0.000000e+00 | 1.000000e-00 |    Inf 
1396.93/1396.99	c  1352s|680000 |  5242 |  2472k|   3.6 | 114M|2496 |   1 |5645 |  31k|5645 | 264 | 275k| 931k|7369 | 0.000000e+00 | 1.000000e-00 |    Inf 
1421.63/1421.68	c  1376s|690000 |  5220 |  2514k|   3.6 | 114M|2496 |   - |5645 |  27k|   0 |   0 | 279k| 946k|7429 | 0.000000e+00 | 1.000000e-00 |    Inf 
1445.92/1445.92	c  1400s|700000 |  5326 |  2550k|   3.6 | 115M|2496 |   - |5645 |  25k|   0 |   0 | 282k| 961k|7462 | 0.000000e+00 | 1.000000e-00 |    Inf 
1469.72/1469.79	c  1423s|710000 |  5285 |  2589k|   3.6 | 115M|2496 |   1 |5645 |  24k|5645 | 253 | 285k| 976k|7503 | 0.000000e+00 | 1.000000e-00 |    Inf 
1492.03/1492.06	c  1445s|720000 |  5288 |  2630k|   3.7 | 115M|2496 |   - |5645 |  25k|   0 |   0 | 290k| 992k|7538 | 0.000000e+00 | 1.000000e-00 |    Inf 
1514.43/1514.45	c  1466s|730000 |  5435 |  2679k|   3.7 | 118M|2496 |   - |5645 |  26k|   0 |   0 | 295k|1008k|7593 | 0.000000e+00 | 1.000000e-00 |    Inf 
1537.12/1537.16	c  1488s|740000 |  5304 |  2724k|   3.7 | 116M|2496 |   - |5645 |  23k|   0 |   0 | 298k|1024k|7640 | 0.000000e+00 | 1.000000e-00 |    Inf 
1560.23/1560.23	c  1511s|750000 |  5348 |  2763k|   3.7 | 117M|2496 |  27 |5645 |  24k|5645 | 268 | 302k|1039k|7675 | 0.000000e+00 | 1.000000e-00 |    Inf 
1584.33/1584.32	c  1534s|760000 |  5487 |  2809k|   3.7 | 119M|2496 |   - |5645 |  25k|   0 |   0 | 307k|1054k|7709 | 0.000000e+00 | 1.000000e-00 |    Inf 
1608.03/1608.03	c  1557s|770000 |  5264 |  2854k|   3.7 | 115M|2496 |   1 |5645 |  21k|5645 | 218 | 312k|1069k|7746 | 0.000000e+00 | 1.000000e-00 |    Inf 
1629.93/1629.90	c  1579s|780000 |  5232 |  2893k|   3.7 | 114M|2496 |   - |5645 |  18k|   0 |   0 | 316k|1083k|7818 | 0.000000e+00 | 1.000000e-00 |    Inf 
1651.93/1651.95	c  1600s|790000 |  5135 |  2933k|   3.7 | 113M|2496 |   - |5645 |  19k|   0 |   0 | 319k|1097k|7850 | 0.000000e+00 | 1.000000e-00 |    Inf 
1673.73/1673.75	c  1621s|800000 |  5085 |  2971k|   3.7 | 112M|2496 |   - |5645 |  17k|   0 |   0 | 322k|1111k|7889 | 0.000000e+00 | 1.000000e-00 |    Inf 
1695.23/1695.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1695.23/1695.29	c  1642s|810000 |  4624 |  3010k|   3.7 | 106M|2496 |  23 |5645 |  17k|5645 | 244 | 326k|1126k|7929 | 0.000000e+00 | 1.000000e-00 |    Inf 
1714.73/1714.75	c  1661s|820000 |  4556 |  3046k|   3.7 | 105M|2496 |  11 |5645 |  19k|5645 | 211 | 330k|1141k|7975 | 0.000000e+00 | 1.000000e-00 |    Inf 
1735.03/1735.00	c  1681s|830000 |  4585 |  3084k|   3.7 | 106M|2496 |   - |5645 |  21k|   0 |   0 | 334k|1156k|8018 | 0.000000e+00 | 1.000000e-00 |    Inf 
1755.74/1755.73	c  1701s|840000 |  4322 |  3120k|   3.7 | 101M|2496 |   - |5645 |  16k|   0 |   0 | 337k|1171k|8055 | 0.000000e+00 | 1.000000e-00 |    Inf 
1775.44/1775.49	c  1720s|850000 |  4322 |  3159k|   3.7 | 102M|2496 |   - |5645 |  18k|   0 |   0 | 341k|1186k|8086 | 0.000000e+00 | 1.000000e-00 |    Inf 
1796.74/1796.77	c  1740s|860000 |  4220 |  3200k|   3.7 | 100M|2496 |   - |5645 |  18k|   0 |   0 | 345k|1200k|8137 | 0.000000e+00 | 1.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) : 1743.31
1800.04/1800.00	c Solving Nodes      : 861686
1800.04/1800.00	c Primal Bound       : +1.00000000000000e-00 (149 solutions)
1800.04/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.00	c Gap                : infinite
1800.04/1800.07	s SATISFIABLE
1800.04/1800.07	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.07	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.07	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.07	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.07	v -x146 -x145 x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 
1800.04/1800.07	v -x124 -x123 -x122 -x121 -x120 x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 x105 -x104 
1800.04/1800.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 
1800.04/1800.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 
1800.04/1800.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 
1800.04/1800.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 
1800.04/1800.07	v -x1 
1800.04/1800.07	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.07	c Solving Time       :    1743.31
1800.04/1800.07	c Original Problem   :
1800.04/1800.07	c   Problem name     : HOME/instance-2692985-1277927206.wbo
1800.04/1800.07	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.04/1800.07	c   Constraints      : 5415 initial, 5415 maximal
1800.04/1800.07	c Presolved Problem  :
1800.04/1800.07	c   Problem name     : t_HOME/instance-2692985-1277927206.wbo
1800.04/1800.07	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.04/1800.07	c   Constraints      : 5414 initial, 32109 maximal
1800.04/1800.07	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.07	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.07	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.07	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.07	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.07	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.07	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.04/1800.07	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.07	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1800.04/1800.07	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.07	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.07	c   root node        :          -       2707          -          -       5414          -          -          -          -
1800.04/1800.07	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.07	c   integral         :          0          0          0     518527          0         16        474          0          0     902678
1800.04/1800.07	c   indicator        :       2707          0     285029      36319          0         46    1400049          0          0          0
1800.04/1800.07	c   linear           :       2707          6    4768999      66244          0     355260   20020384     345855          0          0
1800.04/1800.07	c   logicor          :          0+         0    1372317          0          0      79580    1920863          0          0          0
1800.04/1800.07	c   bounddisjunction :          0+         0      88554          0          0          0          0          0          0          0
1800.04/1800.07	c   countsols        :          0          0          0      30517          0          0          0          0          0          0
1800.04/1800.07	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.07	c   integral         :      13.58       0.00       0.00      13.58       0.00
1800.04/1800.07	c   indicator        :      11.15       0.00       3.69       7.46       0.00
1800.04/1800.07	c   linear           :     240.95       0.00     235.23       5.72       0.00
1800.04/1800.07	c   logicor          :     274.73       0.00     274.73       0.00       0.00
1800.04/1800.07	c   bounddisjunction :       0.12       0.00       0.12       0.00       0.00
1800.04/1800.07	c   countsols        :       0.01       0.00       0.00       0.01       0.00
1800.04/1800.07	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.07	c   vbounds          :       0.00          2          0          0
1800.04/1800.07	c   rootredcost      :       0.02         47          0       2707
1800.04/1800.07	c   pseudoobj        :     217.53    4771142       1476     731377
1800.04/1800.07	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.07	c   propagation      :      29.89     436316     436252    2791889       35.9      21055       24.8          -
1800.04/1800.07	c   infeasible LP    :       3.08       8041       8041      65615       46.3         43       25.6          0
1800.04/1800.07	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.07	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.07	c   pseudo solution  :       0.03        121        121        475       11.2        251        5.6          -
1800.04/1800.07	c   applied globally :          -          -          -    1202846       26.9          -          -          -
1800.04/1800.07	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.07	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.07	c   cut pool         :       0.00          3          -          -          2          -    (maximal pool size: 74)
1800.04/1800.07	c   redcost          :      36.44     519393          0     636597          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.00          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.02          4          0          0          1          0
1800.04/1800.07	c   flowcover        :       0.01          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.44     451735         16        474          0          0     902678
1800.04/1800.07	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.07	c   inference        :       7.15      30470          0          0          0          0      60940
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.02          -         47
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.21         43          0
1800.04/1800.07	c   intshifting      :       0.03          5          0
1800.04/1800.07	c   guideddiving     :       0.09         50          0
1800.04/1800.07	c   coefdiving       :       0.10         52          0
1800.04/1800.07	c   pscostdiving     :       0.05         52          0
1800.04/1800.07	c   fracdiving       :       0.07         52          0
1800.04/1800.07	c   veclendiving     :       0.09         52          0
1800.04/1800.07	c   linesearchdiving :       0.05         52          0
1800.04/1800.07	c   rootsoldiving    :       0.10         47          0
1800.04/1800.07	c   objpscostdiving  :       0.07         48          0
1800.04/1800.07	c   crossover        :       1.31         43          5
1800.04/1800.07	c   trivial          :       0.08          2          2
1800.04/1800.07	c   simplerounding   :       0.81     451822          0
1800.04/1800.07	c   zirounding       :       0.30       1000          0
1800.04/1800.07	c   rounding         :       1.62       9387          0
1800.04/1800.07	c   shifting         :       0.68       2941          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.00          0          0
1800.04/1800.07	c   trysol           :       0.86       2164         95
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          :     426.84     497834    3206649       6.44    7512.53
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.12         62       1331      21.47   11091.67
1800.04/1800.07	c   strong branching :       9.61       8140      89794      11.03    9343.81
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            :     861686
1800.04/1800.07	c   nodes (total)    :     861686
1800.04/1800.07	c   nodes left       :       4198
1800.04/1800.07	c   max depth        :       2496
1800.04/1800.07	c   max depth (total):       2496
1800.04/1800.07	c   backtracks       :      72017 (8.4%)
1800.04/1800.07	c   delayed cutoffs  :      69027
1800.04/1800.07	c   repropagations   :    2626895 (3688149 domain reductions, 64642 cutoffs)
1800.04/1800.07	c   avg switch length:       7.51
1800.04/1800.07	c   switching time   :     266.15
1800.04/1800.07	c Solution           :
1800.04/1800.07	c   Solutions found  :        149 (48 improvements)
1800.04/1800.07	c   First Solution   : +1.36624000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1800.04/1800.07	c   Primal Bound     : +1.00000000000000e-00   (in run 1, after 74711 nodes, 141.37 seconds, depth 34, 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.24/1800.20	c Time complete: 1800.24.

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-2692985-1277927206/watcher-2692985-1277927206 -o /tmp/evaluation-result-2692985-1277927206/solver-2692985-1277927206 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2692985-1277927206.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.99 3/196 16691
/proc/meminfo: memFree=31290720/32950928 swapFree=67111528/67111528
[pid=16691] ppid=16689 vsize=11308 CPUtime=0
/proc/16691/stat : 16691 (pbscip.linux.x8) R 16689 16691 16559 0 -1 4202496 1736 0 0 0 0 0 0 0 22 0 1 0 134017351 11579392 1656 4089446400 4194304 9819077 140733693377600 18446744073709551615 6179008 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16691/statm: 2827 1671 392 1374 0 1448 0

[startup+0.094247 s]
/proc/loadavg: 2.00 2.00 1.99 3/196 16691
/proc/meminfo: memFree=31290720/32950928 swapFree=67111528/67111528
[pid=16691] ppid=16689 vsize=36404 CPUtime=0.09
/proc/16691/stat : 16691 (pbscip.linux.x8) R 16689 16691 16559 0 -1 4202496 8124 0 0 0 8 1 0 0 22 0 1 0 134017351 37277696 7690 4089446400 4194304 9819077 140733693377600 18446744073709551615 8678556 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16691/statm: 9101 7690 469 1374 0 7722 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36404

[startup+0.100241 s]
/proc/loadavg: 2.00 2.00 1.99 3/196 16691
/proc/meminfo: memFree=31290720/32950928 swapFree=67111528/67111528
[pid=16691] ppid=16689 vsize=36404 CPUtime=0.09
/proc/16691/stat : 16691 (pbscip.linux.x8) R 16689 16691 16559 0 -1 4202496 8124 0 0 0 8 1 0 0 22 0 1 0 134017351 37277696 7690 4089446400 4194304 9819077 140733693377600 18446744073709551615 4241136 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16691/statm: 9101 7690 469 1374 0 7722 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36404

[startup+0.300214 s]
/proc/loadavg: 2.00 2.00 1.99 3/196 16691
/proc/meminfo: memFree=31290720/32950928 swapFree=67111528/67111528
[pid=16691] ppid=16689 vsize=53516 CPUtime=0.29
/proc/16691/stat : 16691 (pbscip.linux.x8) R 16689 16691 16559 0 -1 4202496 12811 0 0 0 26 3 0 0 22 0 1 0 134017351 54800384 11778 4089446400 4194304 9819077 140733693377600 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16691/statm: 13379 11778 674 1374 0 12000 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53516

[startup+0.700138 s]
/proc/loadavg: 2.00 2.00 1.99 3/196 16691
/proc/meminfo: memFree=31290720/32950928 swapFree=67111528/67111528
[pid=16691] ppid=16689 vsize=47404 CPUtime=0.69
/proc/16691/stat : 16691 (pbscip.linux.x8) R 16689 16691 16559 0 -1 4202496 27906 0 0 0 62 7 0 0 24 0 1 0 134017351 48541696 9998 4089446400 4194304 9819077 140733693377600 18446744073709551615 6567584 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16691/statm: 11851 9998 698 1374 0 10472 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47404

[startup+1.501 s]
/proc/loadavg: 2.00 2.00 1.99 3/197 16693
/proc/meminfo: memFree=31252644/32950928 swapFree=67111528/67111528
[pid=16691] ppid=16689 vsize=47780 CPUtime=1.49
/proc/16691/stat : 16691 (pbscip.linux.x8) R 16689 16691 16559 0 -1 4202496 50160 0 0 0 137 12 0 0 25 0 1 0 134017351 48926720 10301 4089446400 4194304 9819077 140733693377600 18446744073709551615 4965872 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16691/statm: 11945 10301 699 1374 0 10566 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 47780

[startup+3.10077 s]
/proc/loadavg: 2.00 2.00 1.99 3/197 16693
/proc/meminfo: memFree=31248552/32950928 swapFree=67111528/67111528
[pid=16691] ppid=16689 vsize=51456 CPUtime=3.09
/proc/16691/stat : 16691 (pbscip.linux.x8) R 16689 16691 16559 0 -1 4202496 62069 0 0 0 293 16 0 0 25 0 1 0 134017351 52690944 11364 4089446400 4194304 9819077 140733693377600 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16691/statm: 12864 11364 700 1374 0 11485 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 51456

[startup+6.30015 s]
/proc/loadavg: 2.00 2.00 1.99 3/197 16693
/proc/meminfo: memFree=31243392/32950928 swapFree=67111528/67111528
[pid=16691] ppid=16689 vsize=59196 CPUtime=6.29
/proc/16691/stat : 16691 (pbscip.linux.x8) R 16689 16691 16559 0 -1 4202496 81858 0 0 0 603 26 0 0 25 0 1 0 134017351 60616704 13284 4089446400 4194304 9819077 140733693377600 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16691/statm: 14799 13284 700 1374 0 13420 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 59196

[startup+12.701 s]
/proc/loadavg: 2.00 2.00 1.99 3/197 16693
/proc/meminfo: memFree=31231832/32950928 swapFree=67111528/67111528
[pid=16691] ppid=16689 vsize=69684 CPUtime=12.69
/proc/16691/stat : 16691 (pbscip.linux.x8) R 16689 16691 16559 0 -1 4202496 97628 0 0 0 1226 43 0 0 25 0 1 0 134017351 71356416 15839 4089446400 4194304 9819077 140733693377600 18446744073709551615 7261251 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16691/statm: 17421 15839 704 1374 0 16042 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 69684

[startup+25.5007 s]
/proc/loadavg: 2.00 2.00 1.99 3/197 16693
/proc/meminfo: memFree=31214892/32950928 swapFree=67111528/67111528
[pid=16691] ppid=16689 vsize=87652 CPUtime=25.49
/proc/16691/stat : 16691 (pbscip.linux.x8) R 16689 16691 16559 0 -1 4202496 117293 0 0 0 2480 69 0 0 25 0 1 0 134017351 89755648 20305 4089446400 4194304 9819077 140733693377600 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16691/statm: 21913 20305 704 1374 0 20534 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 87652

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 1.99 3/197 16693
/proc/meminfo: memFree=31191344/32950928 swapFree=67111528/67111528
[pid=16691] ppid=16689 vsize=111640 CPUtime=51.09
/proc/16691/stat : 16691 (pbscip.linux.x8) R 16689 16691 16559 0 -1 4202496 241657 0 0 0 4973 136 0 0 25 0 1 0 134017351 114319360 26212 4089446400 4194304 9819077 140733693377600 18446744073709551615 6003640 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16691/statm: 27910 26212 704 1374 0 26531 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 111640

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.99 3/197 16695
/proc/meminfo: memFree=31135820/32950928 swapFree=67111528/67111528
[pid=16691] ppid=16689 vsize=165140 CPUtime=102.3
/proc/16691/stat : 16691 (pbscip.linux.x8) R 16689 16691 16559 0 -1 4202496 461497 0 0 0 9907 323 0 0 25 0 1 0 134017351 169103360 39497 4089446400 4194304 9819077 140733693377600 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16691/statm: 41457 39501 725 1374 0 40078 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 165140

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/197 16697
/proc/meminfo: memFree=31129804/32950928 swapFree=67111528/67111528
[pid=16691] ppid=16689 vsize=172368 CPUtime=162.3
/proc/16691/stat : 16691 (pbscip.linux.x8) R 16689 16691 16559 0 -1 4202496 673236 0 0 0 15675 555 0 0 25 0 1 0 134017351 176504832 41142 4089446400 4194304 9819077 140733693377600 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16691/statm: 43092 41142 739 1374 0 41713 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 172368

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/197 16698
/proc/meminfo: memFree=31123392/32950928 swapFree=67111528/67111528
[pid=16691] ppid=16689 vsize=174080 CPUtime=222.29
/proc/16691/stat : 16691 (pbscip.linux.x8) R 16689 16691 16559 0 -1 4202496 822251 0 0 0 21469 760 0 0 25 0 1 0 134017351 178257920 41559 4089446400 4194304 9819077 140733693377600 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16691/statm: 43520 41559 739 1374 0 42141 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 174080

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/197 16700
/proc/meminfo: memFree=31117996/32950928 swapFree=67111528/67111528
[pid=16691] ppid=16689 vsize=179580 CPUtime=282.3
/proc/16691/stat : 16691 (pbscip.linux.x8) R 16689 16691 16559 0 -1 4202496 936389 0 0 0 27259 971 0 0 25 0 1 0 134017351 183889920 42964 4089446400 4194304 9819077 140733693377600 18446744073709551615 6589176 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16691/statm: 44895 42964 739 1374 0 43516 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 179580

[startup+342.301 s]
/proc/loadavg: 2.07 2.02 2.00 3/197 16701
/proc/meminfo: memFree=31112956/32950928 swapFree=67111528/67111528
[pid=16691] ppid=16689 vsize=184252 CPUtime=342.29
/proc/16691/stat : 16691 (pbscip.linux.x8) R 16689 16691 16559 0 -1 4202496 1056310 0 0 0 33049 1180 0 0 25 0 1 0 134017351 188674048 44106 4089446400 4194304 9819077 140733693377600 18446744073709551615 4923501 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16691/statm: 46063 44106 739 1374 0 44684 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 184252

[startup+402.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/197 16703
/proc/meminfo: memFree=31112764/32950928 swapFree=67111528/67111528
[pid=16691] ppid=16689 vsize=184776 CPUtime=402.3
/proc/16691/stat : 16691 (pbscip.linux.x8) R 16689 16691 16559 0 -1 4202496 1228717 0 0 0 38820 1410 0 0 25 0 1 0 134017351 189210624 44242 4089446400 4194304 9819077 140733693377600 18446744073709551615 6361730 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16691/statm: 46194 44242 739 1374 0 44815 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 184776

[startup+462.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/197 16705
/proc/meminfo: memFree=31111104/32950928 swapFree=67111528/67111528
[pid=16691] ppid=16689 vsize=186352 CPUtime=462.31
/proc/16691/stat : 16691 (pbscip.linux.x8) R 16689 16691 16559 0 -1 4202496 1349764 0 0 0 44599 1632 0 0 25 0 1 0 134017351 190824448 44623 4089446400 4194304 9819077 140733693377600 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16691/statm: 46588 44623 739 1374 0 45209 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 186352

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 16706
/proc/meminfo: memFree=31109548/32950928 swapFree=67111528/67111528
[pid=16691] ppid=16689 vsize=190084 CPUtime=522.3
/proc/16691/stat : 16691 (pbscip.linux.x8) R 16689 16691 16559 0 -1 4202496 1486643 0 0 0 50384 1846 0 0 25 0 1 0 134017351 194646016 45443 4089446400 4194304 9819077 140733693377600 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16691/statm: 47521 45443 739 1374 0 46142 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 190084

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 16708
/proc/meminfo: memFree=31107864/32950928 swapFree=67111528/67111528
[pid=16691] ppid=16689 vsize=191924 CPUtime=582.31
/proc/16691/stat : 16691 (pbscip.linux.x8) R 16689 16691 16559 0 -1 4202496 1602119 0 0 0 56181 2050 0 0 25 0 1 0 134017351 196530176 45940 4089446400 4194304 9819077 140733693377600 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16691/statm: 47981 45940 739 1374 0 46602 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 191924

[startup+642.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 16709
/proc/meminfo: memFree=31105200/32950928 swapFree=67111528/67111528
[pid=16691] ppid=16689 vsize=194736 CPUtime=642.31
/proc/16691/stat : 16691 (pbscip.linux.x8) R 16689 16691 16559 0 -1 4202496 1713364 0 0 0 61990 2241 0 0 25 0 1 0 134017351 199409664 46610 4089446400 4194304 9819077 140733693377600 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16691/statm: 48684 46610 739 1374 0 47305 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 194736

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 16725
/proc/meminfo: memFree=31088580/32950928 swapFree=67111528/67111528
[pid=16691] ppid=16689 vsize=209252 CPUtime=882.31
/proc/16691/stat : 16691 (pbscip.linux.x8) R 16689 16691 16559 0 -1 4202496 2146326 0 0 0 85218 3013 0 0 25 0 1 0 134017351 214274048 50274 4089446400 4194304 9819077 140733693377600 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16691/statm: 52357 50275 739 1374 0 50978 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 209252

[startup+942.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/197 16726
/proc/meminfo: memFree=31086780/32950928 swapFree=67111528/67111528
[pid=16691] ppid=16689 vsize=211312 CPUtime=942.31
/proc/16691/stat : 16691 (pbscip.linux.x8) R 16689 16691 16559 0 -1 4202496 2251274 0 0 0 91043 3188 0 0 25 0 1 0 134017351 216383488 50708 4089446400 4194304 9819077 140733693377600 18446744073709551615 5955605 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16691/statm: 52828 50708 739 1374 0 51449 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 211312

[startup+1002.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/197 16728
/proc/meminfo: memFree=31081008/32950928 swapFree=67111528/67111528
[pid=16691] ppid=16689 vsize=216800 CPUtime=1002.32
/proc/16691/stat : 16691 (pbscip.linux.x8) R 16689 16691 16559 0 -1 4202496 2362233 0 0 0 96862 3370 0 0 25 0 1 0 134017351 222003200 52117 4089446400 4194304 9819077 140733693377600 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16691/statm: 54200 52117 739 1374 0 52821 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 216800

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 16730
/proc/meminfo: memFree=31077084/32950928 swapFree=67111528/67111528
[pid=16691] ppid=16689 vsize=220644 CPUtime=1062.31
/proc/16691/stat : 16691 (pbscip.linux.x8) R 16689 16691 16559 0 -1 4202496 2457236 0 0 0 102675 3556 0 0 25 0 1 0 134017351 225939456 52967 4089446400 4194304 9819077 140733693377600 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16691/statm: 55161 52967 740 1374 0 53782 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 220644

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 16731
/proc/meminfo: memFree=31073528/32950928 swapFree=67111528/67111528
[pid=16691] ppid=16689 vsize=224144 CPUtime=1122.32
/proc/16691/stat : 16691 (pbscip.linux.x8) R 16689 16691 16559 0 -1 4202496 2550708 0 0 0 108490 3742 0 0 25 0 1 0 134017351 229523456 53805 4089446400 4194304 9819077 140733693377600 18446744073709551615 4210629 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16691/statm: 56036 53805 740 1374 0 54657 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 224144

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 16733
/proc/meminfo: memFree=31069988/32950928 swapFree=67111528/67111528
[pid=16691] ppid=16689 vsize=227520 CPUtime=1182.32
/proc/16691/stat : 16691 (pbscip.linux.x8) R 16689 16691 16559 0 -1 4202496 2652352 0 0 0 114322 3910 0 0 25 0 1 0 134017351 232980480 54686 4089446400 4194304 9819077 140733693377600 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16691/statm: 56880 54686 740 1374 0 55501 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 227520

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 16734
/proc/meminfo: memFree=31065336/32950928 swapFree=67111528/67111528
[pid=16691] ppid=16689 vsize=232320 CPUtime=1242.33
/proc/16691/stat : 16691 (pbscip.linux.x8) R 16689 16691 16559 0 -1 4202496 2755002 0 0 0 120160 4073 0 0 25 0 1 0 134017351 237895680 55847 4089446400 4194304 9819077 140733693377600 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16691/statm: 58080 55847 740 1374 0 56701 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 232320

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 16736
/proc/meminfo: memFree=31060792/32950928 swapFree=67111528/67111528
[pid=16691] ppid=16689 vsize=236516 CPUtime=1302.32
/proc/16691/stat : 16691 (pbscip.linux.x8) R 16689 16691 16559 0 -1 4202496 2857028 0 0 0 126005 4227 0 0 25 0 1 0 134017351 242192384 56958 4089446400 4194304 9819077 140733693377600 18446744073709551615 5955613 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16691/statm: 59129 56958 740 1374 0 57750 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 236516

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 16738
/proc/meminfo: memFree=31058732/32950928 swapFree=67111528/67111528
[pid=16691] ppid=16689 vsize=238384 CPUtime=1362.33
/proc/16691/stat : 16691 (pbscip.linux.x8) R 16689 16691 16559 0 -1 4202496 2944195 0 0 0 131835 4398 0 0 25 0 1 0 134017351 244105216 57451 4089446400 4194304 9819077 140733693377600 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16691/statm: 59596 57451 740 1374 0 58217 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 238384

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 16739
/proc/meminfo: memFree=31055052/32950928 swapFree=67111528/67111528
[pid=16691] ppid=16689 vsize=242600 CPUtime=1422.33
/proc/16691/stat : 16691 (pbscip.linux.x8) R 16689 16691 16559 0 -1 4202496 3034932 0 0 0 137684 4549 0 0 25 0 1 0 134017351 248422400 58374 4089446400 4194304 9819077 140733693377600 18446744073709551615 4392928 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16691/statm: 60650 58374 740 1374 0 59271 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 242600

[startup+1482.3 s]
/proc/loadavg: 2.20 2.05 2.02 3/197 16741
/proc/meminfo: memFree=31053120/32950928 swapFree=67111528/67111528
[pid=16691] ppid=16689 vsize=244084 CPUtime=1482.32
/proc/16691/stat : 16691 (pbscip.linux.x8) R 16689 16691 16559 0 -1 4202496 3129457 0 0 0 143519 4713 0 0 25 0 1 0 134017351 249942016 58827 4089446400 4194304 9819077 140733693377600 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16691/statm: 61021 58827 740 1374 0 59642 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 244084

[startup+1542.3 s]
/proc/loadavg: 1.99 2.02 2.00 3/197 16809
/proc/meminfo: memFree=31066100/32950928 swapFree=67111528/67111528
[pid=16691] ppid=16689 vsize=246616 CPUtime=1542.33
/proc/16691/stat : 16691 (pbscip.linux.x8) R 16689 16691 16559 0 -1 4202496 3241766 0 0 0 149339 4894 0 0 25 0 1 0 134017351 252534784 59429 4089446400 4194304 9819077 140733693377600 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16691/statm: 61654 59429 740 1374 0 60275 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 246616

[startup+1602.3 s]
/proc/loadavg: 1.99 2.01 2.00 3/197 16811
/proc/meminfo: memFree=31062488/32950928 swapFree=67111528/67111528
[pid=16691] ppid=16689 vsize=247844 CPUtime=1602.33
/proc/16691/stat : 16691 (pbscip.linux.x8) R 16689 16691 16559 0 -1 4202496 3340031 0 0 0 155175 5058 0 0 25 0 1 0 134017351 253792256 59752 4089446400 4194304 9819077 140733693377600 18446744073709551615 4210611 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16691/statm: 61961 59752 740 1374 0 60582 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 247844

[startup+1662.3 s]
/proc/loadavg: 1.99 2.01 2.00 3/197 16813
/proc/meminfo: memFree=31060804/32950928 swapFree=67111528/67111528
[pid=16691] ppid=16689 vsize=247824 CPUtime=1662.33
/proc/16691/stat : 16691 (pbscip.linux.x8) R 16689 16691 16559 0 -1 4202496 3439425 0 0 0 161009 5224 0 0 25 0 1 0 134017351 253771776 59751 4089446400 4194304 9819077 140733693377600 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16691/statm: 61956 59751 740 1374 0 60577 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 247824

[startup+1722.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/197 16814
/proc/meminfo: memFree=31060488/32950928 swapFree=67111528/67111528
[pid=16691] ppid=16689 vsize=247844 CPUtime=1722.34
/proc/16691/stat : 16691 (pbscip.linux.x8) R 16689 16691 16559 0 -1 4202496 3545547 0 0 0 166830 5404 0 0 25 0 1 0 134017351 253792256 59751 4089446400 4194304 9819077 140733693377600 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16691/statm: 61961 59751 740 1374 0 60582 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 247844

[startup+1782.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/197 16816
/proc/meminfo: memFree=31060188/32950928 swapFree=67111528/67111528
[pid=16691] ppid=16689 vsize=247824 CPUtime=1782.33
/proc/16691/stat : 16691 (pbscip.linux.x8) R 16689 16691 16559 0 -1 4202496 3653839 0 0 0 172625 5608 0 0 25 0 1 0 134017351 253771776 59752 4089446400 4194304 9819077 140733693377600 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16691/statm: 61956 59752 740 1374 0 60577 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 247824



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.99 2.00 2.00 3/197 16816
/proc/meminfo: memFree=31060044/32950928 swapFree=67111528/67111528
[pid=16691] ppid=16689 vsize=248224 CPUtime=1800.04
/proc/16691/stat : 16691 (pbscip.linux.x8) R 16689 16691 16559 0 -1 4202496 3684497 0 0 0 174333 5671 0 0 25 0 1 0 134017351 254181376 59801 4089446400 4194304 9819077 140733693377600 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16691/statm: 62056 59801 740 1374 0 60677 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 248224

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.99 2.00 2.00 3/197 16816
/proc/meminfo: memFree=31060044/32950928 swapFree=67111528/67111528
[pid=16691] ppid=16689 vsize=51508 CPUtime=1800.24
/proc/16691/stat : 16691 (pbscip.linux.x8) R 16689 16691 16559 0 -1 4202496 3684505 0 0 0 174352 5672 0 0 25 0 1 0 134017351 52744192 4520 4089446400 4194304 9819077 140733693377600 18446744073709551615 8875210 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16691/statm: 12877 4011 739 1374 0 11498 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 51508

Child status: 0
Real time (s): 1800.2
CPU time (s): 1800.25
CPU user time (s): 1743.52
CPU system time (s): 56.7224
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 249220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1743.52
system time used= 56.7224
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3684509
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= 4
involuntary context switches= 915

runsolver used 2.91256 second user time and 6.92095 second system time

The end

Launcher Data

Begin job on node123 at 2010-06-30 21:46:46
IDJOB=2692985
IDBENCH=79277
IDSOLVER=1205
FILE ID=node123/2692985-1277927206
PBS_JOBID= 11197367
Free space on /tmp= 74212 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.1900574864--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-2692985-1277927206/watcher-2692985-1277927206 -o /tmp/evaluation-result-2692985-1277927206/solver-2692985-1277927206 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2692985-1277927206.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 2d789ef1df9f4a4dbc546a24cba98a06
RANDOM SEED=594636851

node123.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	: 5294.59
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.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.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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31291496 kB
Buffers:        212908 kB
Cached:        1112736 kB
SwapCached:          0 kB
Active:         705568 kB
Inactive:       808492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31291496 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6296 kB
Writeback:           0 kB
AnonPages:      188868 kB
Mapped:          20456 kB
Slab:            80380 kB
PageTables:       5204 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1658244 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 node123 at 2010-06-30 22:16:48