Trace number 2705100

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solverMSAT 1790.4 1790.34

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2705100-1278578349.wbo>
0.00/0.03	c original problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5415 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.09/0.11	o 137244
0.09/0.11	c feasible solution found by trivial heuristic, objective value  1.372440e+05
0.09/0.11	c presolving:
0.09/0.12	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.12	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.17	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.17	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.17	c presolving (3 rounds):
0.09/0.17	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.17	c  5391 implications, 0 cliques
0.09/0.17	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.09/0.17	c    2707 constraints of type <linear>
0.09/0.17	c    2707 constraints of type <indicator>
0.09/0.17	c transformed objective value is always integral (scale: 1)
0.09/0.17	c Presolving Time: 0.12
0.09/0.17	c - non default parameters ----------------------------------------------------------------------
0.09/0.17	c # SCIP version 1.2.1.3
0.09/0.17	c 
0.09/0.17	c # frequency for displaying node information lines
0.09/0.17	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.17	c display/freq = 10000
0.09/0.17	c 
0.09/0.17	c # maximal time in seconds to run
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/time = 1789.97
0.09/0.17	c 
0.09/0.17	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/memory = 3420
0.09/0.17	c 
0.09/0.17	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.17	c # [type: int, range: [1,2], default: 1]
0.09/0.17	c timing/clocktype = 2
0.09/0.17	c 
0.09/0.17	c # should presolving try to simplify inequalities
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/linear/simplifyinequalities = TRUE
0.09/0.17	c 
0.09/0.17	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/indicator/addCouplingCons = TRUE
0.09/0.17	c 
0.09/0.17	c # should presolving try to simplify knapsacks
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.17	c 
0.09/0.17	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.17	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.17	c separating/rapidlearning/freq = 0
0.09/0.17	c 
0.09/0.17	c -----------------------------------------------------------------------------------------------
0.09/0.17	c start solving
0.09/0.17	c 
0.09/0.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.18	c t 0.1s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
0.29/0.35	c   0.3s|     1 |     0 |    20 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
0.29/0.35	c   0.3s|     1 |     0 |    42 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
0.29/0.36	c   0.3s|     1 |     0 |    62 |     - |  19M|   0 |  14 |5645 |5414 |5645 |  85 |  85 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
0.29/0.37	c   0.3s|     1 |     0 |   101 |     - |  19M|   0 |  35 |5645 |5414 |5645 | 120 | 120 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
0.29/0.40	c   0.4s|     1 |     0 |   133 |     - |  19M|   0 |  38 |5645 |5414 |5645 | 150 | 150 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
0.39/0.43	c   0.4s|     1 |     0 |   184 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 164 | 164 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
0.49/0.51	c   0.5s|     1 |     2 |   184 |     - |  20M|   0 |  32 |5645 |5414 |5645 | 164 | 164 |   0 |  32 | 0.000000e+00 | 1.372440e+05 |    Inf 
18.89/18.98	c  18.9s| 10000 |  9999 |  2996 |   0.3 |  45M|1969 |   0 |5645 |5416 |5645 | 200 | 952 |   2 | 556 | 0.000000e+00 | 1.372440e+05 |    Inf 
33.79/33.82	c  33.8s| 20000 | 20001 |  3557 |   0.2 |  65M|2619 |   0 |5645 |5416 |5645 | 208 |1107 |   2 | 596 | 0.000000e+00 | 1.372440e+05 |    Inf 
34.39/34.46	o 597
34.39/34.46	c *34.4s| 20738 | 19710 |  3557 |   0.2 |  64M|2697 |   - |5645 |5416 |5645 | 208 |1107 |   2 | 596 | 0.000000e+00 | 5.970000e+02 |    Inf 
51.60/51.69	c  51.7s| 30000 | 28951 |  5931 |   0.2 |  85M|2697 |   0 |5645 |5475 |5645 | 204 |1813 |  61 | 707 | 0.000000e+00 | 5.970000e+02 |    Inf 
64.99/65.08	o 582
64.99/65.08	c *65.0s| 36983 | 35522 |  6672 |   0.2 |  98M|2697 |   - |5645 |5540 |5645 | 206 |2017 | 126 | 726 | 0.000000e+00 | 5.820000e+02 |    Inf 
65.70/65.77	o 581
65.70/65.77	c *65.7s| 37329 | 35837 |  6747 |   0.2 |  99M|2697 |   - |5645 |5550 |5645 | 207 |2040 | 136 | 726 | 0.000000e+00 | 5.810000e+02 |    Inf 
65.70/65.77	o 579
65.70/65.77	c *65.7s| 37330 | 35786 |  6749 |   0.2 |  99M|2697 |   - |5645 |5550 |5645 | 207 |2040 | 136 | 726 | 0.000000e+00 | 5.790000e+02 |    Inf 
68.39/68.45	o 519
68.39/68.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
68.39/68.45	c *68.4s| 38416 | 34608 |  7852 |   0.2 |  99M|2697 |   - |5645 |5928 |5645 | 228 |2400 | 514 | 771 | 0.000000e+00 | 5.190000e+02 |    Inf 
71.89/71.96	o 494
71.89/71.96	c *71.9s| 39881 | 34872 |  8911 |   0.2 | 100M|2697 |   - |5645 |6289 |5645 | 181 |2740 | 875 | 784 | 0.000000e+00 | 4.940000e+02 |    Inf 
72.29/72.33	c  72.3s| 40000 | 34980 |  9112 |   0.2 | 100M|2697 |   0 |5645 |6312 |5645 | 184 |2808 | 898 | 785 | 0.000000e+00 | 4.940000e+02 |    Inf 
73.60/73.65	o 492
73.60/73.65	c *73.6s| 40516 | 35389 |  9428 |   0.2 | 102M|2697 |   - |5645 |6450 |5645 | 189 |2887 |1036 | 786 | 0.000000e+00 | 4.920000e+02 |    Inf 
74.69/74.78	o 486
74.69/74.78	c *74.8s| 40926 | 35507 |  9955 |   0.2 | 102M|2697 |   - |5645 |6565 |5645 | 194 |3028 |1151 | 800 | 0.000000e+00 | 4.860000e+02 |    Inf 
74.79/74.88	o 471
74.79/74.88	c *74.9s| 40962 | 34933 |  9991 |   0.2 | 101M|2697 |   - |5645 |6565 |5645 | 193 |3033 |1151 | 800 | 0.000000e+00 | 4.710000e+02 |    Inf 
76.00/76.00	o 418
76.00/76.00	c *76.0s| 41382 | 33360 | 10376 |   0.2 |  97M|2697 |   - |5645 |6700 |5645 | 190 |3147 |1286 | 804 | 0.000000e+00 | 4.180000e+02 |    Inf 
76.69/76.78	o 414
76.69/76.78	c *76.8s| 41680 | 33493 | 10640 |   0.3 |  98M|2697 |   - |5645 |6746 |5645 | 201 |3229 |1332 | 806 | 0.000000e+00 | 4.140000e+02 |    Inf 
77.80/77.83	o 390
77.80/77.83	c *77.8s| 42129 | 32659 | 10914 |   0.3 |  96M|2697 |   - |5645 |6823 |5645 | 185 |3305 |1409 | 808 | 0.000000e+00 | 3.900000e+02 |    Inf 
77.80/77.85	o 344
77.80/77.85	c *77.8s| 42130 | 29997 | 10914 |   0.3 |  91M|2697 |   - |5645 |6823 |5645 | 185 |3305 |1409 | 808 | 0.000000e+00 | 3.440000e+02 |    Inf 
83.89/83.92	o 336
83.89/83.92	c *83.9s| 44238 | 31267 | 13505 |   0.3 |  97M|2697 |   - |5645 |7541 |5645 | 240 |4147 |2130 | 866 | 0.000000e+00 | 3.360000e+02 |    Inf 
101.79/101.87	c   102s| 50000 | 35928 | 23771 |   0.5 | 116M|2697 |   0 |5645 |9121 |5645 | 196 |7203 |4331 |1076 | 0.000000e+00 | 3.360000e+02 |    Inf 
120.09/120.14	o 332
120.09/120.14	c * 120s| 56850 | 41434 | 32391 |   0.6 | 137M|2697 |   - |5645 |9842 |5645 | 205 |9598 |6550 |1219 | 0.000000e+00 | 3.320000e+02 |    Inf 
120.49/120.52	o 323
120.49/120.52	c * 120s| 56985 | 40779 | 32559 |   0.6 | 136M|2697 |   - |5645 |9837 |5645 | 208 |9632 |6586 |1220 | 0.000000e+00 | 3.230000e+02 |    Inf 
121.09/121.10	o 319
121.09/121.10	c * 121s| 57200 | 40605 | 32787 |   0.6 | 136M|2697 |   - |5645 |9838 |5645 | 202 |9699 |6629 |1222 | 0.000000e+00 | 3.190000e+02 |    Inf 
121.09/121.10	o 309
121.09/121.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
121.09/121.10	c * 121s| 57201 | 39826 | 32787 |   0.6 | 134M|2697 |   - |5645 |9838 |5645 | 202 |9699 |6629 |1222 | 0.000000e+00 | 3.090000e+02 |    Inf 
121.39/121.47	o 308
121.39/121.47	c * 121s| 57339 | 39864 | 32899 |   0.6 | 134M|2697 |   - |5645 |9864 |5645 | 210 |9725 |6668 |1224 | 0.000000e+00 | 3.080000e+02 |    Inf 
122.00/122.01	o 292
122.00/122.01	c * 122s| 57546 | 38690 | 33037 |   0.6 | 131M|2697 |   - |5645 |9868 |5645 | 207 |9748 |6715 |1224 | 0.000000e+00 | 2.920000e+02 |    Inf 
125.89/125.96	o 286
125.89/125.96	c * 126s| 58775 | 39085 | 34443 |   0.6 | 134M|2697 |   - |5645 |9871 |5645 | 196 |  10k|7320 |1254 | 0.000000e+00 | 2.860000e+02 |    Inf 
125.89/125.96	o 284
125.89/125.96	c * 126s| 58776 | 38913 | 34443 |   0.6 | 134M|2697 |   - |5645 |9871 |5645 | 196 |  10k|7320 |1254 | 0.000000e+00 | 2.840000e+02 |    Inf 
129.90/129.96	c   130s| 60000 | 39747 | 37531 |   0.6 | 138M|2697 |   - |5645 |9755 |   0 |   0 |  10k|7931 |1281 | 0.000000e+00 | 2.840000e+02 |    Inf 
138.60/138.63	o 240
138.60/138.63	c * 139s| 62939 | 37091 | 42289 |   0.7 | 126M|2697 |   - |5645 |  10k|5645 | 206 |  12k|9102 |1324 | 0.000000e+00 | 2.400000e+02 |    Inf 
152.49/152.56	o 221
152.49/152.56	c * 153s| 67508 | 36946 | 48568 |   0.7 | 130M|2697 |   - |5645 |8288 |5645 | 193 |  14k|  11k|1361 | 0.000000e+00 | 2.210000e+02 |    Inf 
152.49/152.57	o 220
152.49/152.57	c * 153s| 67509 | 36781 | 48568 |   0.7 | 130M|2697 |   - |5645 |8288 |5645 | 193 |  14k|  11k|1361 | 0.000000e+00 | 2.200000e+02 |    Inf 
159.99/160.05	c   160s| 70000 | 38608 | 52492 |   0.7 | 137M|2697 |   0 |5645 |8004 |5645 | 197 |  15k|  12k|1380 | 0.000000e+00 | 2.200000e+02 |    Inf 
165.19/165.27	o 210
165.19/165.27	c * 165s| 71694 | 38376 | 55397 |   0.8 | 138M|2697 |   - |5645 |7910 |5645 | 207 |  16k|  12k|1390 | 0.000000e+00 | 2.100000e+02 |    Inf 
190.40/190.43	c   190s| 80000 | 44347 | 69686 |   0.9 | 169M|2697 |   0 |5645 |7673 |5645 | 197 |  20k|  16k|1510 | 0.000000e+00 | 2.100000e+02 |    Inf 
194.60/194.62	o 209
194.60/194.62	c * 195s| 81469 | 45359 | 71255 |   0.9 | 174M|2697 |   - |5645 |7674 |5645 | 196 |  20k|  17k|1526 | 0.000000e+00 | 2.090000e+02 |    Inf 
194.60/194.63	o 208
194.60/194.63	c * 195s| 81470 | 45150 | 71255 |   0.9 | 173M|2697 |   - |5645 |7674 |5645 | 196 |  20k|  17k|1526 | 0.000000e+00 | 2.080000e+02 |    Inf 
208.09/208.19	o 204
208.09/208.19	c * 208s| 86203 | 48162 | 77367 |   0.9 | 186M|2697 |   - |5645 |7713 |5645 | 194 |  22k|  19k|1613 | 0.000000e+00 | 2.040000e+02 |    Inf 
208.19/208.20	o 199
208.19/208.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
208.19/208.20	c * 208s| 86204 | 47396 | 77367 |   0.9 | 183M|2697 |   - |5645 |7713 |5645 | 194 |  22k|  19k|1613 | 0.000000e+00 | 1.990000e+02 |    Inf 
208.69/208.71	o 198
208.69/208.71	c * 209s| 86375 | 47344 | 77651 |   0.9 | 183M|2697 |   - |5645 |7619 |5645 | 191 |  22k|  19k|1618 | 0.000000e+00 | 1.980000e+02 |    Inf 
208.79/208.85	o 190
208.79/208.85	c * 209s| 86446 | 45911 | 77668 |   0.9 | 178M|2697 |   - |5645 |7622 |5645 | 196 |  22k|  19k|1618 | 0.000000e+00 | 1.900000e+02 |    Inf 
208.79/208.86	o 186
208.79/208.86	c * 209s| 86447 | 45020 | 77668 |   0.9 | 176M|2697 |   - |5645 |7622 |5645 | 196 |  22k|  19k|1618 | 0.000000e+00 | 1.860000e+02 |    Inf 
209.00/209.04	o 180
209.00/209.04	c * 209s| 86501 | 43794 | 77763 |   0.9 | 171M|2697 |   - |5645 |7599 |5645 | 194 |  22k|  19k|1621 | 0.000000e+00 | 1.800000e+02 |    Inf 
209.00/209.04	o 179
209.00/209.04	c * 209s| 86502 | 43591 | 77763 |   0.9 | 171M|2697 |   - |5645 |7599 |5645 | 194 |  22k|  19k|1621 | 0.000000e+00 | 1.790000e+02 |    Inf 
213.49/213.57	o 170
213.49/213.57	c * 214s| 88047 | 42557 | 79771 |   0.9 | 170M|2697 |   - |5645 |7420 |5645 | 204 |  23k|  19k|1648 | 0.000000e+00 | 1.700000e+02 |    Inf 
219.50/219.51	c   219s| 90000 | 44063 | 83140 |   0.9 | 176M|2697 |   0 |5645 |7105 |5645 | 206 |  24k|  20k|1682 | 0.000000e+00 | 1.700000e+02 |    Inf 
221.60/221.67	o 169
221.60/221.67	c * 222s| 90692 | 44217 | 84422 |   0.9 | 177M|2697 |   - |5645 |6968 |5645 | 190 |  24k|  20k|1690 | 0.000000e+00 | 1.690000e+02 |    Inf 
226.40/226.42	o 168
226.40/226.42	c * 226s| 92243 | 45174 | 87108 |   0.9 | 183M|2697 |   - |5645 |7050 |5645 | 212 |  25k|  21k|1765 | 0.000000e+00 | 1.680000e+02 |    Inf 
229.30/229.33	o 165
229.30/229.33	c * 229s| 93149 | 44853 | 88458 |   0.9 | 183M|2697 |   - |5645 |7171 |5645 | 237 |  25k|  21k|1792 | 0.000000e+00 | 1.650000e+02 |    Inf 
229.30/229.33	o 163
229.30/229.33	c * 229s| 93150 | 44487 | 88458 |   0.9 | 181M|2697 |   - |5645 |7171 |5645 | 237 |  25k|  21k|1792 | 0.000000e+00 | 1.630000e+02 |    Inf 
232.50/232.59	o 158
232.50/232.59	c * 233s| 94235 | 44203 | 89837 |   1.0 | 181M|2697 |   - |5645 |7154 |5645 | 201 |  26k|  22k|1800 | 0.000000e+00 | 1.580000e+02 |    Inf 
232.50/232.59	o 157
232.50/232.59	c * 233s| 94236 | 43996 | 89837 |   1.0 | 181M|2697 |   - |5645 |7154 |5645 | 201 |  26k|  22k|1800 | 0.000000e+00 | 1.570000e+02 |    Inf 
250.19/250.23	c   250s|100000 | 47872 | 99197 |   1.0 | 203M|2697 |   0 |5645 |6659 |5645 | 196 |  29k|  24k|1903 | 0.000000e+00 | 1.570000e+02 |    Inf 
282.10/282.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
282.10/282.14	c   282s|110000 | 54556 |119495 |   1.1 | 246M|2697 |   0 |5645 |6900 |5645 | 198 |  35k|  30k|2130 | 0.000000e+00 | 1.570000e+02 |    Inf 
298.70/298.72	o 156
298.70/298.72	c * 299s|115207 | 57914 |129322 |   1.1 | 266M|2697 |   - |5645 |6792 |5645 | 199 |  38k|  32k|2236 | 0.000000e+00 | 1.560000e+02 |    Inf 
314.60/314.65	c   315s|120000 | 60851 |141689 |   1.2 | 286M|2697 |   0 |5645 |7115 |5645 | 213 |  41k|  35k|2345 | 0.000000e+00 | 1.560000e+02 |    Inf 
343.70/343.72	o 155
343.70/343.72	c * 344s|129362 | 67032 |157068 |   1.2 | 322M|2697 |   - |5645 |7349 |5645 | 202 |  46k|  39k|2504 | 0.000000e+00 | 1.550000e+02 |    Inf 
343.70/343.76	o 137
343.70/343.76	c * 344s|129376 | 61462 |157080 |   1.2 | 297M|2697 |   - |5645 |7349 |5645 | 202 |  46k|  39k|2504 | 0.000000e+00 | 1.370000e+02 |    Inf 
343.70/343.78	o 123
343.70/343.78	c * 344s|129377 | 57049 |157080 |   1.2 | 277M|2697 |   - |5645 |7349 |5645 | 202 |  46k|  39k|2504 | 0.000000e+00 | 1.230000e+02 |    Inf 
345.80/345.84	c   346s|130000 | 57466 |158026 |   1.2 | 280M|2697 |   8 |5645 |7485 |5645 | 215 |  46k|  40k|2521 | 0.000000e+00 | 1.230000e+02 |    Inf 
347.10/347.15	o 119
347.10/347.15	c * 347s|130398 | 56157 |158694 |   1.2 | 271M|2697 |   - |5645 |7388 |5645 | 223 |  46k|  40k|2544 | 0.000000e+00 | 1.190000e+02 |    Inf 
347.80/347.83	o 118
347.80/347.83	c * 348s|130624 | 55954 |159114 |   1.2 | 270M|2697 |   - |5645 |7340 |5645 | 227 |  47k|  40k|2552 | 0.000000e+00 | 1.180000e+02 |    Inf 
347.80/347.88	o 109
347.80/347.88	c * 348s|130642 | 52748 |159130 |   1.2 | 255M|2697 |   - |5645 |7340 |5645 | 227 |  47k|  40k|2552 | 0.000000e+00 | 1.090000e+02 |    Inf 
347.90/347.90	o 95
347.90/347.90	c * 348s|130643 | 46560 |159130 |   1.2 | 221M|2697 |   - |5645 |7340 |5645 | 227 |  47k|  40k|2552 | 0.000000e+00 | 9.500000e+01 |    Inf 
348.30/348.34	o 91
348.30/348.34	c * 348s|130745 | 44934 |159731 |   1.2 | 213M|2697 |   - |5645 |7077 |5645 | 203 |  47k|  40k|2572 | 0.000000e+00 | 9.100000e+01 |    Inf 
348.40/348.46	o 77
348.40/348.46	c * 348s|130766 | 37208 |159837 |   1.2 | 172M|2697 |   - |5645 |6785 |5645 | 205 |  47k|  40k|2573 | 0.000000e+00 | 7.700000e+01 |    Inf 
348.50/348.58	o 76
348.50/348.58	c * 349s|130785 | 35077 |160043 |   1.2 | 155M|2697 |   - |5645 |6136 |5645 | 194 |  47k|  40k|2574 | 0.000000e+00 | 7.600000e+01 |    Inf 
357.30/357.40	o 66
357.30/357.40	c * 357s|133339 | 31095 |168124 |   1.3 | 141M|2697 |   - |5645 |6755 |5645 | 238 |  49k|  43k|2666 | 0.000000e+00 | 6.600000e+01 |    Inf 
379.21/379.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
379.21/379.29	c   379s|140000 | 32530 |189661 |   1.4 | 157M|2697 |   - |5645 |6892 |   0 |   0 |  55k|  49k|2850 | 0.000000e+00 | 6.600000e+01 |    Inf 
412.40/412.43	c   412s|150000 | 34886 |222481 |   1.5 | 184M|2697 |   - |5645 |8409 |   0 |   0 |  64k|  59k|3068 | 0.000000e+00 | 6.600000e+01 |    Inf 
446.90/446.94	c   447s|160000 | 36621 |256700 |   1.6 | 204M|2697 |  12 |5645 |8027 |5645 | 233 |  74k|  69k|3242 | 0.000000e+00 | 6.600000e+01 |    Inf 
481.31/481.35	c   481s|170000 | 38516 |288530 |   1.7 | 226M|2697 |   1 |5645 |7754 |5645 | 239 |  83k|  79k|3432 | 0.000000e+00 | 6.600000e+01 |    Inf 
487.21/487.21	o 60
487.21/487.21	c * 487s|171667 | 36853 |294069 |   1.7 | 221M|2697 |   - |5645 |8369 |5645 | 259 |  84k|  80k|3440 | 0.000000e+00 | 6.000000e+01 |    Inf 
515.60/515.68	c   516s|180000 | 37657 |323962 |   1.8 | 232M|2697 |   - |5645 |6683 |   0 |   0 |  92k|  89k|3708 | 0.000000e+00 | 6.000000e+01 |    Inf 
547.01/547.04	c   547s|190000 | 38348 |356891 |   1.9 | 245M|2697 |   - |5645 |7854 |   0 |   0 | 101k|  99k|3845 | 0.000000e+00 | 6.000000e+01 |    Inf 
578.01/578.04	c   578s|200000 | 40026 |384956 |   1.9 | 263M|2697 |   - |5645 |7215 |   0 |   0 | 107k| 109k|3978 | 0.000000e+00 | 6.000000e+01 |    Inf 
609.20/609.23	c   609s|210000 | 40858 |417542 |   2.0 | 279M|2697 |   1 |5645 |7786 |5645 | 236 | 116k| 120k|4111 | 0.000000e+00 | 6.000000e+01 |    Inf 
640.51/640.52	c   640s|220000 | 41693 |449182 |   2.0 | 291M|2697 |   1 |5645 |8596 |5645 | 223 | 123k| 131k|4250 | 0.000000e+00 | 6.000000e+01 |    Inf 
672.01/672.05	c   672s|230000 | 42542 |480534 |   2.1 | 302M|2697 |   0 |5645 |6758 |5645 | 217 | 131k| 142k|4356 | 0.000000e+00 | 6.000000e+01 |    Inf 
704.11/704.16	c   704s|240000 | 43875 |513095 |   2.1 | 318M|2697 |   0 |5645 |7889 |5645 | 262 | 139k| 153k|4483 | 0.000000e+00 | 6.000000e+01 |    Inf 
716.61/716.68	o 52
716.61/716.68	c * 717s|243555 | 39978 |525665 |   2.2 | 302M|2697 |   - |5645 |7838 |5645 | 227 | 143k| 157k|4517 | 0.000000e+00 | 5.200000e+01 |    Inf 
734.82/734.81	c   735s|250000 | 40196 |545861 |   2.2 | 307M|2697 |   - |5645 |7264 |   0 |   0 | 147k| 164k|4590 | 0.000000e+00 | 5.200000e+01 |    Inf 
762.31/762.40	c   762s|260000 | 40555 |577446 |   2.2 | 314M|2697 |   1 |5645 |7507 |5645 | 270 | 155k| 176k|4687 | 0.000000e+00 | 5.200000e+01 |    Inf 
790.71/790.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
790.71/790.72	c   791s|270000 | 41253 |608854 |   2.3 | 325M|2697 |   3 |5645 |7752 |5645 | 272 | 161k| 189k|4764 | 0.000000e+00 | 5.200000e+01 |    Inf 
814.22/814.25	o 50
814.22/814.25	c * 814s|278580 | 40097 |634476 |   2.3 | 325M|2697 |   - |5645 |8882 |5645 | 290 | 166k| 199k|4815 | 0.000000e+00 | 5.000000e+01 |    Inf 
817.92/817.95	c   818s|280000 | 40106 |638383 |   2.3 | 325M|2697 |   1 |5645 |7853 |5645 | 262 | 166k| 201k|4824 | 0.000000e+00 | 5.000000e+01 |    Inf 
836.72/836.79	o 42
836.72/836.79	c * 837s|287445 | 35402 |659383 |   2.3 | 279M|2697 |   - |5645 |7447 |5645 | 258 | 171k| 209k|4928 | 0.000000e+00 | 4.200000e+01 |    Inf 
843.32/843.35	c   843s|290000 | 35390 |669256 |   2.3 | 280M|2697 |   - |5645 |6064 |   0 |   0 | 173k| 213k|4948 | 0.000000e+00 | 4.200000e+01 |    Inf 
845.62/845.61	o 38
845.62/845.61	c * 846s|290990 | 33402 |672097 |   2.3 | 270M|2697 |   - |5645 |6688 |5645 | 266 | 173k| 215k|4959 | 0.000000e+00 | 3.800000e+01 |    Inf 
867.02/867.01	c   867s|300000 | 33436 |706128 |   2.4 | 274M|2697 |   - |5645 |7010 |   0 |   0 | 180k| 227k|5033 | 0.000000e+00 | 3.800000e+01 |    Inf 
868.42/868.43	o 35
868.42/868.43	c * 868s|300573 | 32463 |708167 |   2.4 | 270M|2697 |   - |5645 |7300 |5645 | 273 | 181k| 227k|5036 | 0.000000e+00 | 3.500000e+01 |    Inf 
888.82/888.88	c   889s|310000 | 32456 |738568 |   2.4 | 272M|2697 |   - |5645 |6616 |   0 |   0 | 186k| 240k|5109 | 0.000000e+00 | 3.500000e+01 |    Inf 
911.62/911.61	c   912s|320000 | 32351 |777029 |   2.4 | 276M|2697 |   8 |5645 |7625 |5645 | 276 | 193k| 254k|5245 | 0.000000e+00 | 3.500000e+01 |    Inf 
936.62/936.64	c   937s|330000 | 32519 |819679 |   2.5 | 282M|2697 |   1 |5645 |9037 |5645 | 240 | 202k| 268k|5710 | 0.000000e+00 | 3.500000e+01 |    Inf 
960.02/960.05	c   960s|340000 | 32484 |856984 |   2.5 | 286M|2697 |   - |5645 |9375 |   0 |   0 | 209k| 282k|5798 | 0.000000e+00 | 3.500000e+01 |    Inf 
966.12/966.10	o 30
966.12/966.10	c * 966s|342432 | 30544 |867011 |   2.5 | 276M|2697 |   - |5645 |9317 |5645 | 274 | 210k| 285k|5806 | 0.000000e+00 | 3.000000e+01 |    Inf 
969.82/969.81	o 26
969.82/969.81	c * 970s|343881 | 29624 |874362 |   2.5 | 270M|2697 |   - |5645 |8007 |5645 | 258 | 212k| 287k|5833 | 0.000000e+00 | 2.600000e+01 |    Inf 
982.82/982.89	c   983s|350000 | 29573 |898386 |   2.6 | 271M|2697 |   8 |5645 |8220 |5645 | 238 | 216k| 296k|5936 | 0.000000e+00 | 2.600000e+01 |    Inf 
995.22/995.22	o 25
995.22/995.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
995.22/995.22	c * 995s|355708 | 29262 |919564 |   2.6 | 272M|2697 |   - |5645 |9321 |5645 | 260 | 219k| 304k|6025 | 0.000000e+00 | 2.500000e+01 |    Inf 
1004.12/1004.18	c  1004s|360000 | 29176 |935874 |   2.6 | 272M|2697 |   1 |5645 |8056 |5645 | 250 | 222k| 310k|6038 | 0.000000e+00 | 2.500000e+01 |    Inf 
1025.53/1025.52	c  1025s|370000 | 28890 |976598 |   2.6 | 274M|2697 |   1 |5645 |7996 |5645 | 252 | 229k| 324k|6176 | 0.000000e+00 | 2.500000e+01 |    Inf 
1047.23/1047.25	c  1047s|380000 | 28532 |  1020k|   2.7 | 275M|2697 |   - |5645 |8121 |   0 |   0 | 236k| 338k|6266 | 0.000000e+00 | 2.500000e+01 |    Inf 
1067.93/1067.92	c  1068s|390000 | 28644 |  1057k|   2.7 | 279M|2697 |  14 |5645 |9719 |5645 | 245 | 241k| 352k|6352 | 0.000000e+00 | 2.500000e+01 |    Inf 
1088.02/1088.09	c  1088s|400000 | 28649 |  1090k|   2.7 | 281M|2697 |   1 |5645 |  10k|5645 | 216 | 246k| 365k|6407 | 0.000000e+00 | 2.500000e+01 |    Inf 
1109.33/1109.39	c  1109s|410000 | 28636 |  1128k|   2.8 | 284M|2697 |   1 |5645 |  10k|5645 | 241 | 252k| 379k|6480 | 0.000000e+00 | 2.500000e+01 |    Inf 
1130.83/1130.86	c  1131s|420000 | 28726 |  1167k|   2.8 | 287M|2697 |   - |5645 |  10k|   0 |   0 | 257k| 393k|6532 | 0.000000e+00 | 2.500000e+01 |    Inf 
1152.52/1152.59	c  1153s|430000 | 28622 |  1210k|   2.8 | 288M|2697 |   1 |5645 |9515 |5645 | 251 | 263k| 407k|6724 | 0.000000e+00 | 2.500000e+01 |    Inf 
1154.22/1154.26	o 23
1154.22/1154.26	c *1154s|430825 | 28001 |  1213k|   2.8 | 283M|2697 |   - |5645 |  10k|5645 | 256 | 264k| 408k|6726 | 0.000000e+00 | 2.300000e+01 |    Inf 
1174.13/1174.19	c  1174s|440000 | 28153 |  1250k|   2.8 | 286M|2697 |   - |5645 |  10k|   0 |   0 | 271k| 420k|6833 | 0.000000e+00 | 2.300000e+01 |    Inf 
1195.83/1195.81	c  1196s|450000 | 28235 |  1286k|   2.9 | 289M|2697 |   - |5645 |  11k|   0 |   0 | 277k| 433k|6883 | 0.000000e+00 | 2.300000e+01 |    Inf 
1215.93/1215.98	o 20
1215.93/1215.98	c *1216s|459139 | 27313 |  1320k|   2.9 | 280M|2697 |   - |5645 |  11k|5645 | 273 | 282k| 444k|7078 | 0.000000e+00 | 2.000000e+01 |    Inf 
1216.54/1216.56	o 19
1216.54/1216.56	c *1217s|459373 | 26915 |  1320k|   2.9 | 275M|2697 |   - |5645 |  10k|5645 | 279 | 282k| 444k|7078 | 0.000000e+00 | 1.900000e+01 |    Inf 
1217.93/1217.96	c  1218s|460000 | 26916 |  1323k|   2.9 | 275M|2697 |   1 |5645 |9959 |5645 | 257 | 283k| 445k|7079 | 0.000000e+00 | 1.900000e+01 |    Inf 
1237.54/1237.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1237.54/1237.52	c  1237s|470000 | 26985 |  1355k|   2.9 | 276M|2697 |   1 |5645 |9601 |5645 | 209 | 287k| 458k|7097 | 0.000000e+00 | 1.900000e+01 |    Inf 
1247.13/1247.18	o 18
1247.13/1247.18	c *1247s|474744 | 26807 |  1372k|   2.9 | 275M|2697 |   - |5645 |  10k|5645 | 227 | 289k| 463k|7137 | 0.000000e+00 | 1.800000e+01 |    Inf 
1258.03/1258.09	c  1258s|480000 | 26918 |  1394k|   2.9 | 276M|2697 |   - |5645 |  10k|   0 |   0 | 292k| 470k|7157 | 0.000000e+00 | 1.800000e+01 |    Inf 
1278.73/1278.70	c  1279s|490000 | 27057 |  1432k|   2.9 | 279M|2697 |   - |5645 |  11k|   0 |   0 | 298k| 483k|7229 | 0.000000e+00 | 1.800000e+01 |    Inf 
1299.33/1299.31	c  1299s|500000 | 27026 |  1470k|   2.9 | 280M|2697 |  14 |5645 |  11k|5645 | 266 | 303k| 497k|7287 | 0.000000e+00 | 1.800000e+01 |    Inf 
1319.93/1319.98	c  1320s|510000 | 27030 |  1505k|   3.0 | 280M|2697 |   - |5645 |  10k|   0 |   0 | 307k| 510k|7338 | 0.000000e+00 | 1.800000e+01 |    Inf 
1340.84/1340.85	c  1341s|520000 | 27053 |  1545k|   3.0 | 282M|2697 |   1 |5645 |  10k|5645 | 234 | 312k| 523k|7414 | 0.000000e+00 | 1.800000e+01 |    Inf 
1361.64/1361.63	c  1362s|530000 | 27118 |  1584k|   3.0 | 284M|2697 |   1 |5645 |  11k|5645 | 253 | 317k| 537k|7487 | 0.000000e+00 | 1.800000e+01 |    Inf 
1381.43/1381.44	c  1381s|540000 | 27112 |  1619k|   3.0 | 285M|2697 |   1 |5645 |  11k|5645 | 268 | 321k| 551k|7545 | 0.000000e+00 | 1.800000e+01 |    Inf 
1402.33/1402.39	c  1402s|550000 | 27096 |  1662k|   3.0 | 286M|2697 |   1 |5645 |  11k|5645 | 236 | 326k| 563k|7617 | 0.000000e+00 | 1.800000e+01 |    Inf 
1423.24/1423.28	c  1423s|560000 | 26907 |  1702k|   3.0 | 284M|2697 |   - |5645 |8173 |   0 |   0 | 332k| 577k|7777 | 0.000000e+00 | 1.800000e+01 |    Inf 
1442.74/1442.70	c  1443s|570000 | 27034 |  1734k|   3.0 | 286M|2697 |   - |5645 |  10k|   0 |   0 | 337k| 589k|7920 | 0.000000e+00 | 1.800000e+01 |    Inf 
1462.54/1462.57	c  1463s|580000 | 27131 |  1768k|   3.0 | 289M|2697 |   - |5645 |  10k|   0 |   0 | 343k| 602k|7932 | 0.000000e+00 | 1.800000e+01 |    Inf 
1483.64/1483.65	c  1484s|590000 | 27325 |  1807k|   3.1 | 293M|2697 |   1 |5645 |  12k|5645 | 244 | 349k| 614k|7974 | 0.000000e+00 | 1.800000e+01 |    Inf 
1504.24/1504.20	c  1504s|600000 | 27393 |  1841k|   3.1 | 296M|2697 |  15 |5645 |  11k|5645 | 219 | 354k| 628k|8022 | 0.000000e+00 | 1.800000e+01 |    Inf 
1515.75/1515.76	o 16
1515.75/1515.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1515.75/1515.76	c *1516s|605557 | 25939 |  1860k|   3.1 | 277M|2697 |   - |5645 |  11k|5645 | 218 | 357k| 634k|8064 | 0.000000e+00 | 1.600000e+01 |    Inf 
1525.14/1525.19	c  1525s|610000 | 25937 |  1880k|   3.1 | 277M|2697 |   1 |5645 |  10k|5645 | 200 | 360k| 640k|8084 | 0.000000e+00 | 1.600000e+01 |    Inf 
1545.04/1545.05	c  1545s|620000 | 25987 |  1918k|   3.1 | 279M|2697 |   6 |5645 |9686 |5645 | 219 | 366k| 653k|8153 | 0.000000e+00 | 1.600000e+01 |    Inf 
1565.04/1565.01	c  1565s|630000 | 26090 |  1953k|   3.1 | 281M|2697 |  18 |5645 |  10k|5645 | 212 | 371k| 665k|8210 | 0.000000e+00 | 1.600000e+01 |    Inf 
1584.65/1584.62	c  1585s|640000 | 26078 |  1989k|   3.1 | 283M|2697 |  11 |5645 |  11k|5645 | 224 | 376k| 678k|8293 | 0.000000e+00 | 1.600000e+01 |    Inf 
1586.54/1586.51	o 11
1586.54/1586.51	c *1586s|640922 | 24089 |  1993k|   3.1 | 261M|2697 |   - |5645 |  12k|5645 | 230 | 377k| 679k|8294 | 0.000000e+00 | 1.100000e+01 |    Inf 
1604.55/1604.56	c  1605s|650000 | 24090 |  2030k|   3.1 | 261M|2697 |   - |5645 |9927 |   0 |   0 | 382k| 691k|8346 | 0.000000e+00 | 1.100000e+01 |    Inf 
1623.35/1623.36	c  1623s|660000 | 24114 |  2068k|   3.1 | 262M|2697 |   5 |5645 |  10k|5645 | 196 | 387k| 704k|8407 | 0.000000e+00 | 1.100000e+01 |    Inf 
1634.44/1634.43	o 9
1634.44/1634.43	c *1634s|665870 | 23418 |  2089k|   3.1 | 249M|2697 |   - |5645 |  10k|5645 | 221 | 390k| 712k|8433 | 0.000000e+00 | 9.000000e+00 |    Inf 
1642.14/1642.17	c  1642s|670000 | 23426 |  2105k|   3.1 | 248M|2697 |   1 |5645 |9804 |5645 | 203 | 392k| 717k|8464 | 0.000000e+00 | 9.000000e+00 |    Inf 
1660.75/1660.71	c  1661s|680000 | 23481 |  2150k|   3.2 | 250M|2697 |   1 |5645 |  11k|5645 | 215 | 397k| 730k|8511 | 0.000000e+00 | 9.000000e+00 |    Inf 
1679.35/1679.32	c  1679s|690000 | 23526 |  2194k|   3.2 | 252M|2697 |   - |5645 |  11k|   0 |   0 | 402k| 744k|8556 | 0.000000e+00 | 9.000000e+00 |    Inf 
1699.24/1699.26	c  1699s|700000 | 23490 |  2243k|   3.2 | 253M|2697 |   8 |5645 |  12k|5645 | 239 | 407k| 758k|8647 | 0.000000e+00 | 9.000000e+00 |    Inf 
1718.05/1718.01	c  1718s|710000 | 23429 |  2285k|   3.2 | 252M|2697 |   - |5645 |  10k|   0 |   0 | 411k| 771k|8692 | 0.000000e+00 | 9.000000e+00 |    Inf 
1735.94/1735.95	c  1736s|720000 | 23455 |  2325k|   3.2 | 253M|2697 |   - |5645 |9625 |   0 |   0 | 417k| 784k|8757 | 0.000000e+00 | 9.000000e+00 |    Inf 
1754.95/1754.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1754.95/1754.96	c  1755s|730000 | 23518 |  2374k|   3.3 | 255M|2697 |   1 |5645 |  12k|5645 | 252 | 424k| 797k|8816 | 0.000000e+00 | 9.000000e+00 |    Inf 
1777.05/1777.02	c  1777s|740000 | 23653 |  2440k|   3.3 | 257M|2697 |   8 |5645 |  13k|5645 | 241 | 434k| 811k|8892 | 0.000000e+00 | 9.000000e+00 |    Inf 
1790.05/1790.00	c 
1790.05/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1790.05/1790.00	c Solving Time (sec) : 1789.97
1790.05/1790.00	c Solving Nodes      : 746778
1790.05/1790.00	c Primal Bound       : +9.00000000000000e+00 (322 solutions)
1790.05/1790.00	c Dual Bound         : +0.00000000000000e+00
1790.05/1790.00	c Gap                : infinite
1790.05/1790.08	s SATISFIABLE
1790.05/1790.08	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1790.05/1790.08	v -x209 -x208 -x207 -x206 -x205 x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 x195 -x194 -x193 -x192 -x191 -x190 -x189 
1790.05/1790.08	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 x173 -x172 x171 -x170 -x169 -x168 
1790.05/1790.08	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1790.05/1790.08	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 x126 
1790.05/1790.08	v -x125 -x124 -x123 -x122 -x121 x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 x107 -x106 -x105 
1790.05/1790.08	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 
1790.05/1790.08	v -x80 -x79 x78 -x77 -x76 -x75 -x74 -x73 x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 x57 -x56 -x55 
1790.05/1790.08	v -x54 -x53 -x52 x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 x38 -x37 -x36 -x35 -x34 x33 -x32 -x31 -x30 -x29 
1790.05/1790.08	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 
1790.05/1790.08	v -x2 -x1 
1790.05/1790.08	c SCIP Status        : solving was interrupted [time limit reached]
1790.05/1790.08	c Solving Time       :    1789.97
1790.05/1790.08	c Original Problem   :
1790.05/1790.08	c   Problem name     : HOME/instance-2705100-1278578349.wbo
1790.05/1790.08	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.05/1790.08	c   Constraints      : 5415 initial, 5415 maximal
1790.05/1790.08	c Presolved Problem  :
1790.05/1790.08	c   Problem name     : t_HOME/instance-2705100-1278578349.wbo
1790.05/1790.08	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.05/1790.08	c   Constraints      : 5414 initial, 14811 maximal
1790.05/1790.08	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.05/1790.08	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.08	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.08	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.08	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.08	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.08	c   probing          :       0.03          0          0          0          0          0          0          0          0
1790.05/1790.08	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1790.05/1790.08	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.08	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.08	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.08	c   root node        :          -       4970          -          -       4970          -          -          -          -
1790.05/1790.08	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.05/1790.08	c   integral         :          0          0          0     541820          0          8        579          0          0     646100
1790.05/1790.08	c   linear           :       2707          6    4436116     217432          1     193741   18560289     438394          0          0
1790.05/1790.08	c   indicator        :       2707          0    4236983     218162          1       4826   24661016          0          0          0
1790.05/1790.08	c   logicor          :          0+         0    1180042          0          0      59332    1102475          0          0          0
1790.05/1790.08	c   bounddisjunction :          0+         0     408773          0          0        194      12632          0          0          0
1790.05/1790.08	c   countsols        :          0          0          0     139244          1          0          0          0          0          0
1790.05/1790.08	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.05/1790.08	c   integral         :      14.02       0.00       0.00      14.02       0.00
1790.05/1790.08	c   linear           :     188.02       0.00     164.29      23.72       0.00
1790.05/1790.08	c   indicator        :     187.68       0.02     145.33      42.33       0.00
1790.05/1790.08	c   logicor          :      89.74       0.00      89.74       0.00       0.00
1790.05/1790.08	c   bounddisjunction :       3.39       0.00       3.39       0.00       0.00
1790.05/1790.08	c   countsols        :       0.03       0.00       0.00       0.03       0.00
1790.05/1790.08	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.05/1790.08	c   vbounds          :       1.46     185445         14      30188
1790.05/1790.08	c   rootredcost      :       0.69         70          0       2485
1790.05/1790.08	c   pseudoobj        :     222.24    4502288      64824   24346233
1790.05/1790.08	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.05/1790.08	c   propagation      :      23.45     318091     318057    1985582       27.2       8518       24.2          -
1790.05/1790.08	c   infeasible LP    :       3.22       8870       8870      73977       39.2         80       23.6          0
1790.05/1790.08	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.05/1790.08	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.05/1790.08	c   pseudo solution  :       0.00          3          3         24       21.8          0        0.0          -
1790.05/1790.08	c   applied globally :          -          -          -     820489       22.0          -          -          -
1790.05/1790.08	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.05/1790.08	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.05/1790.08	c   cut pool         :       0.00          3          -          -          1          -    (maximal pool size: 73)
1790.05/1790.08	c   redcost          :      66.12     551946          0    1106201          0          0
1790.05/1790.08	c   impliedbounds    :       0.00          4          0          0          0          0
1790.05/1790.08	c   intobj           :       0.00          0          0          0          0          0
1790.05/1790.08	c   cgmip            :       0.00          0          0          0          0          0
1790.05/1790.08	c   gomory           :       0.01          4          0          0        230          0
1790.05/1790.08	c   strongcg         :       0.01          4          0          0        215          0
1790.05/1790.08	c   cmir             :       0.01          4          0          0          0          0
1790.05/1790.08	c   flowcover        :       0.02          4          0          0          0          0
1790.05/1790.08	c   clique           :       0.00          1          0          0          0          0
1790.05/1790.08	c   zerohalf         :       0.00          0          0          0          0          0
1790.05/1790.08	c   mcf              :       0.00          1          0          0          0          0
1790.05/1790.08	c   rapidlearning    :       0.17          1          0          0          0          0
1790.05/1790.08	c Pricers            :       Time      Calls       Vars
1790.05/1790.08	c   problem variables:       0.00          0          0
1790.05/1790.08	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.05/1790.08	c   relpscost        :      13.63     323568          8        579          0          0     646100
1790.05/1790.08	c   pscost           :       0.00          0          0          0          0          0          0
1790.05/1790.08	c   inference        :      76.11     139175          0          0          0          0     278796
1790.05/1790.08	c   mostinf          :       0.00          0          0          0          0          0          0
1790.05/1790.08	c   leastinf         :       0.00          0          0          0          0          0          0
1790.05/1790.08	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.05/1790.08	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.05/1790.08	c   random           :       0.00          0          0          0          0          0          0
1790.05/1790.08	c Primal Heuristics  :       Time      Calls      Found
1790.05/1790.08	c   LP solutions     :       0.31          -         70
1790.05/1790.08	c   pseudo solutions :       0.00          -          0
1790.05/1790.08	c   feaspump         :       0.00          0          0
1790.05/1790.08	c   intshifting      :       0.00          0          0
1790.05/1790.08	c   oneopt           :       0.43         57          0
1790.05/1790.08	c   guideddiving     :       0.12         52          0
1790.05/1790.08	c   fracdiving       :       0.20        106          0
1790.05/1790.08	c   veclendiving     :       0.19        106          0
1790.05/1790.08	c   linesearchdiving :       0.19        106          0
1790.05/1790.08	c   coefdiving       :       0.19        107          0
1790.05/1790.08	c   pscostdiving     :       0.19        107          0
1790.05/1790.08	c   objpscostdiving  :       0.20        103          0
1790.05/1790.08	c   rootsoldiving    :       0.21        103          0
1790.05/1790.08	c   crossover        :       4.40        124          7
1790.05/1790.08	c   trivial          :       0.07          2          2
1790.05/1790.08	c   simplerounding   :       0.55     325253          0
1790.05/1790.08	c   zirounding       :       0.56       1000          0
1790.05/1790.08	c   rounding         :       1.85       7985          0
1790.05/1790.08	c   shifting         :       0.96       2425          0
1790.05/1790.08	c   twoopt           :       0.00          0          0
1790.05/1790.08	c   fixandinfer      :       0.00          0          0
1790.05/1790.08	c   intdiving        :       0.00          0          0
1790.05/1790.08	c   actconsdiving    :       0.00          0          0
1790.05/1790.08	c   octane           :       0.00          0          0
1790.05/1790.08	c   rens             :       0.03          1          0
1790.05/1790.08	c   rins             :       0.00          0          0
1790.05/1790.08	c   localbranching   :       0.00          0          0
1790.05/1790.08	c   mutation         :       0.00          0          0
1790.05/1790.08	c   dins             :       0.00          0          0
1790.05/1790.08	c   undercover       :       0.00          0          0
1790.05/1790.08	c   nlp              :       0.12          0          0
1790.05/1790.08	c   trysol           :       0.56        911        243
1790.05/1790.08	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.05/1790.08	c   primal LP        :       0.00          0          0       0.00          -
1790.05/1790.08	c   dual LP          :     503.49     433333    2472086       5.70    4909.88
1790.05/1790.08	c   lex dual LP      :       0.00          0          0       0.00          -
1790.05/1790.08	c   barrier LP       :       0.00          0          0       0.00          -
1790.05/1790.08	c   diving/probing LP:       0.13         68       1133      16.66    8889.62
1790.05/1790.08	c   strong branching :      11.44       8928      79525       8.91    6952.27
1790.05/1790.08	c     (at root node) :          -         32       1047      32.72          -
1790.05/1790.08	c   conflict analysis:       0.00          0          0       0.00          -
1790.05/1790.08	c B&B Tree           :
1790.05/1790.08	c   number of runs   :          1
1790.05/1790.08	c   nodes            :     746778
1790.05/1790.08	c   nodes (total)    :     746778
1790.05/1790.08	c   nodes left       :      23653
1790.05/1790.08	c   max depth        :       2697
1790.05/1790.08	c   max depth (total):       2697
1790.05/1790.08	c   backtracks       :      57638 (7.7%)
1790.05/1790.08	c   delayed cutoffs  :      53381
1790.05/1790.08	c   repropagations   :    1894389 (12531182 domain reductions, 47296 cutoffs)
1790.05/1790.08	c   avg switch length:       6.86
1790.05/1790.08	c   switching time   :     187.60
1790.05/1790.08	c Solution           :
1790.05/1790.08	c   Solutions found  :        322 (71 improvements)
1790.05/1790.08	c   First Solution   : +1.37244000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1790.05/1790.08	c   Primal Bound     : +9.00000000000000e+00   (in run 1, after 665870 nodes, 1634.39 seconds, depth 36, found by <relaxation>)
1790.05/1790.08	c   Dual Bound       : +0.00000000000000e+00
1790.05/1790.08	c   Gap              :   infinite
1790.05/1790.08	c   Root Dual Bound  : +0.00000000000000e+00
1790.05/1790.08	c   Root Iterations  :        184
1790.35/1790.34	c Time complete: 1790.39.

Verifier Data

OK	9

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705100-1278578349/watcher-2705100-1278578349 -o /tmp/evaluation-result-2705100-1278578349/solver-2705100-1278578349 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705100-1278578349.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.00 1.00 0.92 2/170 19891
/proc/meminfo: memFree=30191172/32951124 swapFree=67111528/67111528
[pid=19891] ppid=19889 vsize=12332 CPUtime=0
/proc/19891/stat : 19891 (pbscip.linux.x8) R 19889 19891 19595 0 -1 4202496 1923 0 0 0 0 0 0 0 21 0 1 0 26049065 12627968 1841 4089446400 4194304 10345943 140733227654320 18446744073709551615 9107500 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/19891/statm: 3083 1841 429 1502 0 1576 0

[startup+0.082179 s]
/proc/loadavg: 1.00 1.00 0.92 2/170 19891
/proc/meminfo: memFree=30191172/32951124 swapFree=67111528/67111528
[pid=19891] ppid=19889 vsize=38016 CPUtime=0.07
/proc/19891/stat : 19891 (pbscip.linux.x8) R 19889 19891 19595 0 -1 4202496 8449 0 0 0 7 0 0 0 21 0 1 0 26049065 38928384 8013 4089446400 4194304 10345943 140733227654320 18446744073709551615 9137947 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19891/statm: 9504 8013 509 1502 0 7997 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 38016

[startup+0.101185 s]
/proc/loadavg: 1.00 1.00 0.92 2/170 19891
/proc/meminfo: memFree=30191172/32951124 swapFree=67111528/67111528
[pid=19891] ppid=19889 vsize=38016 CPUtime=0.09
/proc/19891/stat : 19891 (pbscip.linux.x8) R 19889 19891 19595 0 -1 4202496 8449 0 0 0 9 0 0 0 21 0 1 0 26049065 38928384 8013 4089446400 4194304 10345943 140733227654320 18446744073709551615 4246696 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19891/statm: 9504 8013 509 1502 0 7997 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38016

[startup+0.301141 s]
/proc/loadavg: 1.00 1.00 0.92 2/170 19891
/proc/meminfo: memFree=30191172/32951124 swapFree=67111528/67111528
[pid=19891] ppid=19889 vsize=70100 CPUtime=0.29
/proc/19891/stat : 19891 (pbscip.linux.x8) R 19889 19891 19595 0 -1 4202496 16227 0 0 0 27 2 0 0 21 0 1 0 26049065 71782400 15791 4089446400 4194304 10345943 140733227654320 18446744073709551615 6002407 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19891/statm: 17525 15791 632 1502 0 16018 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70100

[startup+0.701109 s]
/proc/loadavg: 1.00 1.00 0.92 2/170 19891
/proc/meminfo: memFree=30191172/32951124 swapFree=67111528/67111528
[pid=19891] ppid=19889 vsize=65260 CPUtime=0.69
/proc/19891/stat : 19891 (pbscip.linux.x8) R 19889 19891 19595 0 -1 4202496 16893 0 0 0 66 3 0 0 22 0 1 0 26049065 66826240 15052 4089446400 4194304 10345943 140733227654320 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19891/statm: 16315 15052 751 1502 0 14808 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65260

[startup+1.50095 s]
/proc/loadavg: 1.00 1.00 0.92 2/171 19892
/proc/meminfo: memFree=30133008/32951124 swapFree=67111528/67111528
[pid=19891] ppid=19889 vsize=65260 CPUtime=1.49
/proc/19891/stat : 19891 (pbscip.linux.x8) R 19889 19891 19595 0 -1 4202496 16895 0 0 0 145 4 0 0 25 0 1 0 26049065 66826240 15054 4089446400 4194304 10345943 140733227654320 18446744073709551615 4601833 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19891/statm: 16315 15054 753 1502 0 14808 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65260

[startup+3.10067 s]
/proc/loadavg: 1.00 1.00 0.92 2/171 19893
/proc/meminfo: memFree=30132636/32951124 swapFree=67111528/67111528
[pid=19891] ppid=19889 vsize=65260 CPUtime=3.09
/proc/19891/stat : 19891 (pbscip.linux.x8) R 19889 19891 19595 0 -1 4202496 16899 0 0 0 305 4 0 0 25 0 1 0 26049065 66826240 15058 4089446400 4194304 10345943 140733227654320 18446744073709551615 5012568 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19891/statm: 16315 15058 754 1502 0 14808 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65260

[startup+6.30104 s]
/proc/loadavg: 1.00 1.00 0.92 2/171 19893
/proc/meminfo: memFree=30132424/32951124 swapFree=67111528/67111528
[pid=19891] ppid=19889 vsize=65260 CPUtime=6.29
/proc/19891/stat : 19891 (pbscip.linux.x8) R 19889 19891 19595 0 -1 4202496 19271 0 0 0 624 5 0 0 25 0 1 0 26049065 66826240 15083 4089446400 4194304 10345943 140733227654320 18446744073709551615 5012648 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19891/statm: 16315 15083 754 1502 0 14808 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 65260

[startup+12.7008 s]
/proc/loadavg: 1.00 1.00 0.92 2/171 19893
/proc/meminfo: memFree=30122740/32951124 swapFree=67111528/67111528
[pid=19891] ppid=19889 vsize=76440 CPUtime=12.69
/proc/19891/stat : 19891 (pbscip.linux.x8) R 19889 19891 19595 0 -1 4202496 22438 0 0 0 1263 6 0 0 25 0 1 0 26049065 78274560 17647 4089446400 4194304 10345943 140733227654320 18446744073709551615 4687806 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19891/statm: 19110 17647 761 1502 0 17603 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 76440

[startup+25.5005 s]
/proc/loadavg: 1.00 1.00 0.92 2/171 19893
/proc/meminfo: memFree=30115048/32951124 swapFree=67111528/67111528
[pid=19891] ppid=19889 vsize=84880 CPUtime=25.49
/proc/19891/stat : 19891 (pbscip.linux.x8) R 19889 19891 19595 0 -1 4202496 31683 0 0 0 2541 8 0 0 25 0 1 0 26049065 86917120 19877 4089446400 4194304 10345943 140733227654320 18446744073709551615 6119850 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19891/statm: 21220 19877 761 1502 0 19713 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 84880

[startup+51.1008 s]
/proc/loadavg: 1.00 1.00 0.92 2/171 19893
/proc/meminfo: memFree=30079348/32951124 swapFree=67111528/67111528
[pid=19891] ppid=19889 vsize=119268 CPUtime=51.09
/proc/19891/stat : 19891 (pbscip.linux.x8) R 19889 19891 19595 0 -1 4202496 57194 0 0 0 5093 16 0 0 25 0 1 0 26049065 122130432 28699 4089446400 4194304 10345943 140733227654320 18446744073709551615 4476332 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19891/statm: 29817 28699 762 1502 0 28310 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 119268

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 0.92 2/171 19895
/proc/meminfo: memFree=30024068/32951124 swapFree=67111528/67111528
[pid=19891] ppid=19889 vsize=175380 CPUtime=102.29
/proc/19891/stat : 19891 (pbscip.linux.x8) R 19889 19891 19595 0 -1 4202496 102772 0 0 0 10200 29 0 0 25 0 1 0 26049065 179589120 42541 4089446400 4194304 10345943 140733227654320 18446744073709551615 4476332 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19891/statm: 43845 42541 762 1502 0 42338 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 175380

[startup+162.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/171 19897
/proc/meminfo: memFree=29948380/32951124 swapFree=67111528/67111528
[pid=19891] ppid=19889 vsize=254368 CPUtime=162.29
/proc/19891/stat : 19891 (pbscip.linux.x8) R 19889 19891 19595 0 -1 4202496 173455 0 0 0 16183 46 0 0 25 0 1 0 26049065 260472832 61317 4089446400 4194304 10345943 140733227654320 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19891/statm: 63592 61317 762 1502 0 62085 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 254368

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/171 19898
/proc/meminfo: memFree=29860536/32951124 swapFree=67111528/67111528
[pid=19891] ppid=19889 vsize=345436 CPUtime=222.3
/proc/19891/stat : 19891 (pbscip.linux.x8) R 19889 19891 19595 0 -1 4202496 236000 0 0 0 22165 65 0 0 25 0 1 0 26049065 353726464 83435 4089446400 4194304 10345943 140733227654320 18446744073709551615 6865005 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19891/statm: 86359 83435 762 1502 0 84852 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 345436

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/171 19899
/proc/meminfo: memFree=29747248/32951124 swapFree=67111528/67111528
[pid=19891] ppid=19889 vsize=470916 CPUtime=282.3
/proc/19891/stat : 19891 (pbscip.linux.x8) R 19889 19891 19595 0 -1 4202496 306178 0 0 0 28145 85 0 0 25 0 1 0 26049065 482217984 112284 4089446400 4194304 10345943 140733227654320 18446744073709551615 6802957 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19891/statm: 117729 112284 762 1502 0 116222 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 470916

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/171 19901
/proc/meminfo: memFree=29638924/32951124 swapFree=67111528/67111528
[pid=19891] ppid=19889 vsize=587124 CPUtime=342.3
/proc/19891/stat : 19891 (pbscip.linux.x8) R 19889 19891 19595 0 -1 4202496 344983 0 0 0 34133 97 0 0 25 0 1 0 26049065 601214976 139073 4089446400 4194304 10345943 140733227654320 18446744073709551615 6006557 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19891/statm: 146781 139073 762 1502 0 145274 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 587124

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/171 19903
/proc/meminfo: memFree=29594108/32951124 swapFree=67111528/67111528
[pid=19891] ppid=19889 vsize=633540 CPUtime=402.31
/proc/19891/stat : 19891 (pbscip.linux.x8) R 19889 19891 19595 0 -1 4202496 389404 0 0 0 40116 115 0 0 25 0 1 0 26049065 648744960 149997 4089446400 4194304 10345943 140733227654320 18446744073709551615 6804117 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19891/statm: 158385 149997 767 1502 0 156878 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 633540

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/171 19905
/proc/meminfo: memFree=29560692/32951124 swapFree=67111528/67111528
[pid=19891] ppid=19889 vsize=670048 CPUtime=462.3
/proc/19891/stat : 19891 (pbscip.linux.x8) R 19889 19891 19595 0 -1 4202496 401635 0 0 0 46103 127 0 0 25 0 1 0 26049065 686129152 158159 4089446400 4194304 10345943 140733227654320 18446744073709551615 4706433 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19891/statm: 167512 158159 774 1502 0 166005 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 670048

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/171 19906
/proc/meminfo: memFree=29527396/32951124 swapFree=67111528/67111528
[pid=19891] ppid=19889 vsize=709400 CPUtime=522.3
/proc/19891/stat : 19891 (pbscip.linux.x8) R 19889 19891 19595 0 -1 4202496 426704 0 0 0 52087 143 0 0 25 0 1 0 26049065 726425600 166485 4089446400 4194304 10345943 140733227654320 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19891/statm: 177350 166485 775 1502 0 175843 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 709400

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/171 19907
/proc/meminfo: memFree=29496096/32951124 swapFree=67111528/67111528
[pid=19891] ppid=19889 vsize=744460 CPUtime=582.31
/proc/19891/stat : 19891 (pbscip.linux.x8) R 19889 19891 19595 0 -1 4202496 440734 0 0 0 58072 159 0 0 25 0 1 0 26049065 762327040 174325 4089446400 4194304 10345943 140733227654320 18446744073709551615 6702920 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19891/statm: 186115 174325 775 1502 0 184608 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 744460

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/171 19909
/proc/meminfo: memFree=29469760/32951124 swapFree=67111528/67111528
[pid=19891] ppid=19889 vsize=776252 CPUtime=642.32
/proc/19891/stat : 19891 (pbscip.linux.x8) R 19889 19891 19595 0 -1 4202496 447266 0 0 0 64061 171 0 0 25 0 1 0 26049065 794882048 180857 4089446400 4194304 10345943 140733227654320 18446744073709551615 6803030 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19891/statm: 194063 180857 775 1502 0 192556 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 776252

[startup+702.3 s]

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

/proc/meminfo: memFree=29380208/32951124 swapFree=67111528/67111528
[pid=19891] ppid=19889 vsize=878852 CPUtime=1002.32
/proc/19891/stat : 19891 (pbscip.linux.x8) R 19889 19891 19595 0 -1 4202496 599967 0 0 0 99956 276 0 0 25 0 1 0 26049065 899944448 202959 4089446400 4194304 10345943 140733227654320 18446744073709551615 5614700 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19891/statm: 219713 202959 786 1502 0 218206 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 878852

[startup+1062.3 s]
/proc/loadavg: 1.03 1.01 0.93 2/171 19921
/proc/meminfo: memFree=29373092/32951124 swapFree=67111528/67111528
[pid=19891] ppid=19889 vsize=886448 CPUtime=1062.33
/proc/19891/stat : 19891 (pbscip.linux.x8) R 19889 19891 19595 0 -1 4202496 611331 0 0 0 105939 294 0 0 25 0 1 0 26049065 907722752 204842 4089446400 4194304 10345943 140733227654320 18446744073709551615 6068924 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19891/statm: 221612 204842 786 1502 0 220105 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 886448

[startup+1122.3 s]
/proc/loadavg: 1.01 1.00 0.93 2/171 19922
/proc/meminfo: memFree=29367968/32951124 swapFree=67111528/67111528
[pid=19891] ppid=19889 vsize=893260 CPUtime=1122.33
/proc/19891/stat : 19891 (pbscip.linux.x8) R 19889 19891 19595 0 -1 4202496 616818 0 0 0 111922 311 0 0 25 0 1 0 26049065 914698240 206219 4089446400 4194304 10345943 140733227654320 18446744073709551615 6864702 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19891/statm: 223315 206219 786 1502 0 221808 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 893260

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/171 19923
/proc/meminfo: memFree=29361480/32951124 swapFree=67111528/67111528
[pid=19891] ppid=19889 vsize=899668 CPUtime=1182.33
/proc/19891/stat : 19891 (pbscip.linux.x8) R 19889 19891 19595 0 -1 4202496 640773 0 0 0 117903 330 0 0 25 0 1 0 26049065 921260032 207761 4089446400 4194304 10345943 140733227654320 18446744073709551615 6873035 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19891/statm: 224917 207761 794 1502 0 223410 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 899668

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/171 19925
/proc/meminfo: memFree=29356980/32951124 swapFree=67111528/67111528
[pid=19891] ppid=19889 vsize=904620 CPUtime=1242.33
/proc/19891/stat : 19891 (pbscip.linux.x8) R 19889 19891 19595 0 -1 4202496 669758 0 0 0 123884 349 0 0 25 0 1 0 26049065 926330880 208703 4089446400 4194304 10345943 140733227654320 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19891/statm: 226155 208703 794 1502 0 224648 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 904620

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/171 19927
/proc/meminfo: memFree=29350748/32951124 swapFree=67111528/67111528
[pid=19891] ppid=19889 vsize=911092 CPUtime=1302.33
/proc/19891/stat : 19891 (pbscip.linux.x8) R 19889 19891 19595 0 -1 4202496 697538 0 0 0 129864 369 0 0 25 0 1 0 26049065 932958208 210228 4089446400 4194304 10345943 140733227654320 18446744073709551615 18446744073699065863 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19891/statm: 227773 210228 794 1502 0 226266 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 911092

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/171 19938
/proc/meminfo: memFree=29344580/32951124 swapFree=67111528/67111528
[pid=19891] ppid=19889 vsize=917108 CPUtime=1362.33
/proc/19891/stat : 19891 (pbscip.linux.x8) R 19889 19891 19595 0 -1 4202496 700770 0 0 0 135847 386 0 0 25 0 1 0 26049065 939118592 211698 4089446400 4194304 10345943 140733227654320 18446744073709551615 4228079 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19891/statm: 229277 211698 794 1502 0 227770 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 917108

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 0.93 2/171 19939
/proc/meminfo: memFree=29341272/32951124 swapFree=67111528/67111528
[pid=19891] ppid=19889 vsize=920636 CPUtime=1422.34
/proc/19891/stat : 19891 (pbscip.linux.x8) R 19889 19891 19595 0 -1 4202496 701570 0 0 0 141828 406 0 0 25 0 1 0 26049065 942731264 212498 4089446400 4194304 10345943 140733227654320 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19891/statm: 230159 212498 794 1502 0 228652 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 920636

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/171 19940
/proc/meminfo: memFree=29334412/32951124 swapFree=67111528/67111528
[pid=19891] ppid=19889 vsize=926444 CPUtime=1482.33
/proc/19891/stat : 19891 (pbscip.linux.x8) R 19889 19891 19595 0 -1 4202496 707242 0 0 0 147810 423 0 0 25 0 1 0 26049065 948678656 214232 4089446400 4194304 10345943 140733227654320 18446744073709551615 4701030 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19891/statm: 231611 214232 794 1502 0 230104 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 926444

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/171 19942
/proc/meminfo: memFree=29329296/32951124 swapFree=67111528/67111528
[pid=19891] ppid=19889 vsize=931972 CPUtime=1542.34
/proc/19891/stat : 19891 (pbscip.linux.x8) R 19889 19891 19595 0 -1 4202496 732986 0 0 0 153790 444 0 0 25 0 1 0 26049065 954339328 215358 4089446400 4194304 10345943 140733227654320 18446744073709551615 5614786 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19891/statm: 232993 215358 795 1502 0 231486 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 931972

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/171 19944
/proc/meminfo: memFree=29328140/32951124 swapFree=67111528/67111528
[pid=19891] ppid=19889 vsize=933820 CPUtime=1602.34
/proc/19891/stat : 19891 (pbscip.linux.x8) R 19889 19891 19595 0 -1 4202496 758096 0 0 0 159768 466 0 0 25 0 1 0 26049065 956231680 215678 4089446400 4194304 10345943 140733227654320 18446744073709551615 5614823 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19891/statm: 233455 215678 796 1502 0 231948 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 933820

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/171 19946
/proc/meminfo: memFree=29326744/32951124 swapFree=67111528/67111528
[pid=19891] ppid=19889 vsize=935832 CPUtime=1662.35
/proc/19891/stat : 19891 (pbscip.linux.x8) R 19889 19891 19595 0 -1 4202496 782861 0 0 0 165743 492 0 0 25 0 1 0 26049065 958291968 216092 4089446400 4194304 10345943 140733227654320 18446744073709551615 6108031 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19891/statm: 233958 216092 796 1502 0 232451 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 935832

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/171 19947
/proc/meminfo: memFree=29324720/32951124 swapFree=67111528/67111528
[pid=19891] ppid=19889 vsize=937624 CPUtime=1722.35
/proc/19891/stat : 19891 (pbscip.linux.x8) R 19889 19891 19595 0 -1 4202496 787583 0 0 0 171722 513 0 0 25 0 1 0 26049065 960126976 216709 4089446400 4194304 10345943 140733227654320 18446744073709551615 4701006 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19891/statm: 234406 216709 796 1502 0 232899 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 937624

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/171 19948
/proc/meminfo: memFree=29322816/32951124 swapFree=67111528/67111528
[pid=19891] ppid=19889 vsize=939652 CPUtime=1782.35
/proc/19891/stat : 19891 (pbscip.linux.x8) R 19889 19891 19595 0 -1 4202496 792196 0 0 0 177699 536 0 0 25 0 1 0 26049065 962203648 217128 4089446400 4194304 10345943 140733227654320 18446744073709551615 6068889 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19891/statm: 234913 217128 796 1502 0 233406 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 939652

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

[startup+1785.5 s]
/proc/loadavg: 1.00 1.00 0.93 2/171 19948
/proc/meminfo: memFree=29322812/32951124 swapFree=67111528/67111528
[pid=19891] ppid=19889 vsize=939652 CPUtime=1785.55
/proc/19891/stat : 19891 (pbscip.linux.x8) R 19889 19891 19595 0 -1 4202496 792209 0 0 0 178019 536 0 0 25 0 1 0 26049065 962203648 217141 4089446400 4194304 10345943 140733227654320 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19891/statm: 234913 217141 796 1502 0 233406 0
Current children cumulated CPU time (s) 1785.55
Current children cumulated vsize (KiB) 939652

[startup+1788.7 s]
/proc/loadavg: 1.00 1.00 0.93 2/171 19948
/proc/meminfo: memFree=29322688/32951124 swapFree=67111528/67111528
[pid=19891] ppid=19889 vsize=939652 CPUtime=1788.75
/proc/19891/stat : 19891 (pbscip.linux.x8) R 19889 19891 19595 0 -1 4202496 792209 0 0 0 178337 538 0 0 25 0 1 0 26049065 962203648 217141 4089446400 4194304 10345943 140733227654320 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19891/statm: 234913 217141 796 1502 0 233406 0
Current children cumulated CPU time (s) 1788.75
Current children cumulated vsize (KiB) 939652

[startup+1789.5 s]
/proc/loadavg: 1.00 1.00 0.93 2/171 19948
/proc/meminfo: memFree=29322688/32951124 swapFree=67111528/67111528
[pid=19891] ppid=19889 vsize=939652 CPUtime=1789.55
/proc/19891/stat : 19891 (pbscip.linux.x8) R 19889 19891 19595 0 -1 4202496 792210 0 0 0 178417 538 0 0 25 0 1 0 26049065 962203648 217142 4089446400 4194304 10345943 140733227654320 18446744073709551615 6702894 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19891/statm: 234913 217142 796 1502 0 233406 0
Current children cumulated CPU time (s) 1789.55
Current children cumulated vsize (KiB) 939652

[startup+1789.9 s]
/proc/loadavg: 1.00 1.00 0.93 2/171 19948
/proc/meminfo: memFree=29322688/32951124 swapFree=67111528/67111528
[pid=19891] ppid=19889 vsize=939652 CPUtime=1789.95
/proc/19891/stat : 19891 (pbscip.linux.x8) R 19889 19891 19595 0 -1 4202496 792210 0 0 0 178457 538 0 0 25 0 1 0 26049065 962203648 217142 4089446400 4194304 10345943 140733227654320 18446744073709551615 5926399 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19891/statm: 234913 217142 796 1502 0 233406 0
Current children cumulated CPU time (s) 1789.95
Current children cumulated vsize (KiB) 939652

[startup+1790.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/171 19948
/proc/meminfo: memFree=29322688/32951124 swapFree=67111528/67111528
[pid=19891] ppid=19889 vsize=938112 CPUtime=1790.35
/proc/19891/stat : 19891 (pbscip.linux.x8) R 19889 19891 19595 0 -1 4202496 792211 0 0 0 178497 538 0 0 18 0 1 0 26049065 960626688 217011 4089446400 4194304 10345943 140733227654320 18446744073709551615 4246683 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/19891/statm: 234528 217011 797 1502 0 233021 0
Current children cumulated CPU time (s) 1790.35
Current children cumulated vsize (KiB) 938112

Child status: 0
Real time (s): 1790.34
CPU time (s): 1790.4
CPU user time (s): 1784.98
CPU system time (s): 5.41618
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 953052

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

runsolver used 2.80357 second user time and 5.35019 second system time

The end

Launcher Data

Begin job on node105 at 2010-07-08 10:39:09
IDJOB=2705100
IDBENCH=79300
IDSOLVER=1214
FILE ID=node105/2705100-1278578349
PBS_JOBID= 11240243
Free space on /tmp= 73616 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900546076--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-2705100-1278578349/watcher-2705100-1278578349 -o /tmp/evaluation-result-2705100-1278578349/solver-2705100-1278578349 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705100-1278578349.wbo -t 1800 -m 3800

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

MD5SUM BENCH= b1c472aaf389140c1b2444bf3531b47d
RANDOM SEED=107330978

node105.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.833
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.66
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.833
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	: 5153.06
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.833
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.833
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.833
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.76
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.833
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.833
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.833
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:      30191700 kB
Buffers:        139812 kB
Cached:        2414772 kB
SwapCached:          0 kB
Active:        1092704 kB
Inactive:      1523300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30191700 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12952 kB
Writeback:           0 kB
AnonPages:       61860 kB
Mapped:          14424 kB
Slab:            80192 kB
PageTables:       3780 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   182324 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= 73604 MiB
End job on node105 at 2010-07-08 11:09:00