Trace number 2705063

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 1789.82 1790.23

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900550720--soft-0-100-0.wbo
MD5SUM78d8e4512631586bbdc844ad983c3b47
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 benchmark274.2
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 135280
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135279
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 687
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-2705063-1278578334.wbo>
0.02/0.03	c original problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5415 constraints
0.02/0.03	c problem read
0.02/0.03	c presolving settings loaded
0.09/0.11	o 135279
0.09/0.11	c feasible solution found by trivial heuristic, objective value  1.352790e+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.13	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.17	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.17	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.17	c presolving (3 rounds):
0.09/0.17	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.17	c  5391 implications, 0 cliques
0.09/0.17	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.09/0.17	c    2707 constraints of type <linear>
0.09/0.17	c    2707 constraints of type <indicator>
0.09/0.17	c transformed objective value is always integral (scale: 1)
0.09/0.17	c Presolving Time: 0.12
0.09/0.17	c - non default parameters ----------------------------------------------------------------------
0.09/0.17	c # SCIP version 1.2.1.3
0.09/0.17	c 
0.09/0.17	c # frequency for displaying node information lines
0.09/0.17	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.17	c display/freq = 10000
0.09/0.17	c 
0.09/0.17	c # maximal time in seconds to run
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/time = 1789.98
0.09/0.17	c 
0.09/0.17	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/memory = 3420
0.09/0.17	c 
0.09/0.17	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.17	c # [type: int, range: [1,2], default: 1]
0.09/0.17	c timing/clocktype = 2
0.09/0.17	c 
0.09/0.17	c # should presolving try to simplify inequalities
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/linear/simplifyinequalities = TRUE
0.09/0.17	c 
0.09/0.17	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/indicator/addCouplingCons = TRUE
0.09/0.17	c 
0.09/0.17	c # should presolving try to simplify knapsacks
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.17	c 
0.09/0.17	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.17	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.17	c separating/rapidlearning/freq = 0
0.09/0.17	c 
0.09/0.17	c -----------------------------------------------------------------------------------------------
0.09/0.17	c start solving
0.09/0.17	c 
0.09/0.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.18	c t 0.2s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.352790e+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.352790e+05 |    Inf 
0.29/0.36	c   0.3s|     1 |     0 |    42 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.352790e+05 |    Inf 
0.29/0.37	c   0.3s|     1 |     0 |    62 |     - |  19M|   0 |  14 |5645 |5414 |5645 |  85 |  85 |   0 |   0 | 0.000000e+00 | 1.352790e+05 |    Inf 
0.29/0.38	c   0.3s|     1 |     0 |   101 |     - |  19M|   0 |  35 |5645 |5414 |5645 | 120 | 120 |   0 |   0 | 0.000000e+00 | 1.352790e+05 |    Inf 
0.39/0.40	c   0.4s|     1 |     0 |   133 |     - |  19M|   0 |  38 |5645 |5414 |5645 | 150 | 150 |   0 |   0 | 0.000000e+00 | 1.352790e+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.352790e+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.352790e+05 |    Inf 
22.57/23.03	c  23.0s| 10000 |  9994 |  3296 |   0.3 |  44M|1603 |   0 |5645 |5419 |5645 | 199 |1001 |   5 | 601 | 0.000000e+00 | 1.352790e+05 |    Inf 
40.56/41.02	c  41.0s| 20000 | 19994 |  4162 |   0.2 |  64M|1655 |   0 |5645 |5419 |5645 | 194 |1223 |   5 | 623 | 0.000000e+00 | 1.352790e+05 |    Inf 
59.56/60.08	c  60.0s| 30000 | 29994 |  4958 |   0.2 |  84M|1655 |   0 |5645 |5419 |5645 | 201 |1444 |   5 | 665 | 0.000000e+00 | 1.352790e+05 |    Inf 
80.46/80.93	c  80.9s| 40000 | 39994 |  6008 |   0.1 | 104M|1655 |   0 |5645 |5419 |5645 | 211 |1760 |   5 | 724 | 0.000000e+00 | 1.352790e+05 |    Inf 
101.37/101.82	c   102s| 50000 | 49994 |  6873 |   0.1 | 124M|1655 |   0 |5645 |5419 |5645 | 195 |1990 |   5 | 760 | 0.000000e+00 | 1.352790e+05 |    Inf 
120.77/121.25	c   121s| 60000 | 59988 |  7564 |   0.1 | 144M|1753 |   0 |5645 |5433 |5645 | 187 |2205 |  19 | 786 | 0.000000e+00 | 1.352790e+05 |    Inf 
137.77/138.27	o 627
137.77/138.27	c * 138s| 68352 | 67554 |  8505 |   0.1 | 159M|1753 |   - |5645 |5438 |5645 | 221 |2433 |  24 | 821 | 0.000000e+00 | 6.270000e+02 |    Inf 
141.97/142.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
141.97/142.49	c   142s| 70000 | 69202 |  9070 |   0.1 | 162M|1753 |   0 |5645 |5438 |5645 | 192 |2571 |  24 | 836 | 0.000000e+00 | 6.270000e+02 |    Inf 
164.87/165.30	c   165s| 80000 | 79191 | 11276 |   0.1 | 181M|1753 |   0 |5645 |5453 |5645 | 187 |3168 |  39 | 894 | 0.000000e+00 | 6.270000e+02 |    Inf 
175.36/175.85	o 608
175.36/175.85	c * 176s| 83636 | 82444 | 13894 |   0.2 | 189M|1753 |   - |5645 |5719 |5645 | 191 |3833 | 305 | 944 | 0.000000e+00 | 6.080000e+02 |    Inf 
175.76/176.24	o 604
175.76/176.24	c * 176s| 83760 | 82493 | 13987 |   0.2 | 190M|1753 |   - |5645 |5748 |5645 | 188 |3872 | 334 | 944 | 0.000000e+00 | 6.040000e+02 |    Inf 
176.26/176.74	o 566
176.26/176.74	c * 177s| 83922 | 82176 | 14156 |   0.2 | 189M|1753 |   - |5645 |5808 |5645 | 191 |3917 | 394 | 945 | 0.000000e+00 | 5.660000e+02 |    Inf 
176.46/176.92	o 562
176.46/176.92	c * 177s| 83968 | 82172 | 14249 |   0.2 | 189M|1753 |   - |5645 |5808 |5645 | 193 |3935 | 394 | 945 | 0.000000e+00 | 5.620000e+02 |    Inf 
176.46/177.00	o 545
176.46/177.00	c * 177s| 83992 | 81957 | 14262 |   0.2 | 189M|1753 |   - |5645 |5808 |5645 | 193 |3935 | 394 | 945 | 0.000000e+00 | 5.450000e+02 |    Inf 
178.27/178.75	o 500
178.27/178.75	c * 179s| 84513 | 81495 | 15054 |   0.2 | 188M|1753 |   - |5645 |5959 |5645 | 206 |4141 | 545 | 951 | 0.000000e+00 | 5.000000e+02 |    Inf 
183.87/184.31	o 453
183.87/184.31	c * 184s| 86053 | 81256 | 17610 |   0.2 | 190M|1753 |   - |5645 |6530 |5645 | 186 |4859 |1116 | 969 | 0.000000e+00 | 4.530000e+02 |    Inf 
190.17/190.65	o 423
190.17/190.65	c * 191s| 88103 | 81588 | 19413 |   0.2 | 192M|1753 |   - |5645 |6996 |5645 | 191 |5338 |1582 | 979 | 0.000000e+00 | 4.230000e+02 |    Inf 
190.37/190.84	o 410
190.37/190.84	c * 191s| 88152 | 80985 | 19485 |   0.2 | 191M|1753 |   - |5645 |7001 |5645 | 190 |5346 |1587 | 980 | 0.000000e+00 | 4.100000e+02 |    Inf 
190.97/191.46	o 403
190.97/191.46	c * 191s| 88322 | 80727 | 19760 |   0.2 | 190M|1753 |   - |5645 |7048 |5645 | 204 |5416 |1634 | 980 | 0.000000e+00 | 4.030000e+02 |    Inf 
193.27/193.71	o 400
193.27/193.71	c * 194s| 89125 | 81343 | 20023 |   0.2 | 192M|1753 |   - |5645 |7136 |5645 | 212 |5503 |1722 | 980 | 0.000000e+00 | 4.000000e+02 |    Inf 
195.17/195.66	o 394
195.17/195.66	c * 196s| 89744 | 81532 | 20442 |   0.2 | 193M|1753 |   - |5645 |7333 |5645 | 193 |5615 |1919 | 982 | 0.000000e+00 | 3.940000e+02 |    Inf 
195.28/195.76	o 316
195.28/195.76	c * 196s| 89774 | 73788 | 20467 |   0.2 | 177M|1753 |   - |5645 |7334 |5645 | 193 |5619 |1920 | 982 | 0.000000e+00 | 3.160000e+02 |    Inf 
195.77/196.20	o 310
195.77/196.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
195.77/196.20	c * 196s| 89930 | 73065 | 20539 |   0.2 | 176M|1753 |   - |5645 |7373 |5645 | 188 |5637 |1959 | 982 | 0.000000e+00 | 3.100000e+02 |    Inf 
195.77/196.22	o 276
195.77/196.22	c * 196s| 89931 | 67526 | 20539 |   0.2 | 165M|1753 |   - |5645 |7373 |5645 | 188 |5637 |1959 | 982 | 0.000000e+00 | 2.760000e+02 |    Inf 
195.97/196.48	c   196s| 90000 | 67579 | 20598 |   0.2 | 165M|1753 |   0 |5645 |7402 |5645 | 173 |5654 |1988 | 984 | 0.000000e+00 | 2.760000e+02 |    Inf 
231.96/232.44	o 245
231.96/232.44	c * 232s| 99539 | 69606 | 37434 |   0.4 | 190M|1753 |   - |5645 |  10k|5645 | 196 |  10k|5515 |1201 | 0.000000e+00 | 2.450000e+02 |    Inf 
233.97/234.41	c   234s|100000 | 69915 | 38796 |   0.4 | 192M|1753 |   0 |5645 |9935 |5645 | 193 |  10k|5778 |1208 | 0.000000e+00 | 2.450000e+02 |    Inf 
237.67/238.16	o 205
237.67/238.16	c * 238s|100886 | 61806 | 40903 |   0.4 | 172M|1753 |   - |5645 |9948 |5645 | 182 |  11k|6085 |1212 | 0.000000e+00 | 2.050000e+02 |    Inf 
242.97/243.49	o 201
242.97/243.49	c * 243s|102177 | 61868 | 43920 |   0.4 | 175M|1753 |   - |5645 |9953 |5645 | 187 |  12k|6531 |1213 | 0.000000e+00 | 2.010000e+02 |    Inf 
254.17/254.63	o 154
254.17/254.63	c * 255s|104805 | 49604 | 51696 |   0.5 | 146M|1753 |   - |5645 |9230 |5645 | 188 |  14k|7626 |1285 | 0.000000e+00 | 1.540000e+02 |    Inf 
258.27/258.71	o 153
258.27/258.71	c * 259s|105713 | 49884 | 56032 |   0.5 | 151M|1753 |   - |5645 |9222 |5645 | 199 |  15k|8106 |1316 | 0.000000e+00 | 1.530000e+02 |    Inf 
258.27/258.74	o 149
258.27/258.74	c * 259s|105720 | 48648 | 56052 |   0.5 | 148M|1753 |   - |5645 |9227 |5645 | 199 |  15k|8111 |1317 | 0.000000e+00 | 1.490000e+02 |    Inf 
258.27/258.75	o 147
258.27/258.75	c * 259s|105721 | 47933 | 56052 |   0.5 | 145M|1753 |   - |5645 |9227 |5645 | 199 |  15k|8111 |1317 | 0.000000e+00 | 1.470000e+02 |    Inf 
269.97/270.47	o 140
269.97/270.47	c * 270s|108362 | 47126 | 67266 |   0.6 | 153M|1753 |   - |5645 |9219 |5645 | 210 |  18k|9904 |1402 | 0.000000e+00 | 1.400000e+02 |    Inf 
271.97/272.47	o 122
271.97/272.47	c * 272s|108757 | 41803 | 69974 |   0.6 | 141M|1753 |   - |5645 |9098 |5645 | 215 |  19k|  10k|1435 | 0.000000e+00 | 1.220000e+02 |    Inf 
271.97/272.49	o 121
271.97/272.49	c * 272s|108758 | 41504 | 70006 |   0.6 | 140M|1753 |   - |5645 |9098 |5645 | 218 |  19k|  10k|1435 | 0.000000e+00 | 1.210000e+02 |    Inf 
277.67/278.17	c   278s|110000 | 42251 | 74805 |   0.7 | 146M|1753 |   0 |5645 |8936 |5645 | 223 |  20k|  10k|1500 | 0.000000e+00 | 1.210000e+02 |    Inf 
284.48/284.91	o 117
284.48/284.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
284.48/284.91	c * 285s|111462 | 41910 | 81305 |   0.7 | 151M|1753 |   - |5645 |8336 |5645 | 224 |  22k|  11k|1602 | 0.000000e+00 | 1.170000e+02 |    Inf 
289.17/289.68	o 114
289.17/289.68	c * 290s|112539 | 41643 | 86759 |   0.8 | 154M|1753 |   - |5645 |8237 |5645 | 200 |  24k|  12k|1704 | 0.000000e+00 | 1.140000e+02 |    Inf 
291.77/292.23	o 113
291.77/292.23	c * 292s|113161 | 41784 | 89013 |   0.8 | 157M|1753 |   - |5645 |8243 |5645 | 222 |  24k|  12k|1733 | 0.000000e+00 | 1.130000e+02 |    Inf 
293.27/293.71	o 111
293.27/293.71	c * 294s|113430 | 41351 | 90335 |   0.8 | 158M|1753 |   - |5645 |8284 |5645 | 217 |  24k|  13k|1735 | 0.000000e+00 | 1.110000e+02 |    Inf 
293.67/294.14	o 110
293.67/294.14	c * 294s|113515 | 41174 | 90932 |   0.8 | 158M|1753 |   - |5645 |8268 |5645 | 215 |  25k|  13k|1745 | 0.000000e+00 | 1.100000e+02 |    Inf 
295.77/296.20	o 107
295.77/296.20	c * 296s|113929 | 40450 | 93763 |   0.8 | 160M|1753 |   - |5645 |8324 |5645 | 204 |  25k|  13k|1790 | 0.000000e+00 | 1.070000e+02 |    Inf 
299.06/299.59	o 92
299.06/299.59	c * 300s|114675 | 33435 | 96193 |   0.8 | 132M|1753 |   - |5645 |8228 |5645 | 193 |  26k|  14k|1816 | 0.000000e+00 | 9.200000e+01 |    Inf 
321.17/321.61	c   322s|120000 | 36424 |115688 |   1.0 | 158M|1753 |   0 |5645 |7559 |5645 | 200 |  31k|  17k|1995 | 0.000000e+00 | 9.200000e+01 |    Inf 
364.06/364.52	c   364s|130000 | 41815 |151019 |   1.2 | 208M|1753 |   0 |5645 |7251 |5645 | 182 |  41k|  23k|2313 | 0.000000e+00 | 9.200000e+01 |    Inf 
369.76/370.20	o 88
369.76/370.20	c * 370s|131397 | 40664 |155578 |   1.2 | 206M|1753 |   - |5645 |7487 |5645 | 203 |  42k|  24k|2370 | 0.000000e+00 | 8.800000e+01 |    Inf 
373.66/374.19	o 84
373.66/374.19	c * 374s|132342 | 39351 |158337 |   1.2 | 205M|1753 |   - |5645 |7225 |5645 | 218 |  43k|  25k|2387 | 0.000000e+00 | 8.400000e+01 |    Inf 
373.77/374.20	o 79
373.77/374.20	c * 374s|132343 | 37374 |158337 |   1.2 | 198M|1753 |   - |5645 |7225 |5645 | 218 |  43k|  25k|2387 | 0.000000e+00 | 7.900000e+01 |    Inf 
377.98/378.48	o 76
377.98/378.48	c * 378s|133287 | 36831 |162331 |   1.2 | 199M|1753 |   - |5645 |6840 |5645 | 232 |  44k|  25k|2406 | 0.000000e+00 | 7.600000e+01 |    Inf 
377.98/378.49	o 71
377.98/378.49	c * 378s|133288 | 34468 |162331 |   1.2 | 188M|1753 |   - |5645 |6840 |5645 | 232 |  44k|  25k|2406 | 0.000000e+00 | 7.100000e+01 |    Inf 
391.87/392.32	o 59
391.87/392.32	c * 392s|136627 | 30370 |177975 |   1.3 | 178M|1753 |   - |5645 |6618 |5645 | 218 |  48k|  28k|2562 | 0.000000e+00 | 5.900000e+01 |    Inf 
404.47/404.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
404.47/404.91	c   405s|140000 | 30741 |195367 |   1.4 | 187M|1753 |   0 |5645 |6322 |5645 | 202 |  53k|  33k|2703 | 0.000000e+00 | 5.900000e+01 |    Inf 
436.87/437.32	o 58
436.87/437.32	c * 437s|148811 | 32318 |234477 |   1.6 | 206M|1753 |   - |5645 |7365 |5645 | 209 |  65k|  43k|2968 | 0.000000e+00 | 5.800000e+01 |    Inf 
436.97/437.44	o 51
436.97/437.44	c * 437s|148849 | 29095 |234484 |   1.6 | 189M|1753 |   - |5645 |7287 |5645 | 211 |  65k|  43k|2968 | 0.000000e+00 | 5.100000e+01 |    Inf 
436.97/437.45	o 46
436.97/437.45	c * 437s|148850 | 27592 |234484 |   1.6 | 183M|1753 |   - |5645 |7287 |5645 | 211 |  65k|  43k|2968 | 0.000000e+00 | 4.600000e+01 |    Inf 
437.57/438.09	o 45
437.57/438.09	c * 438s|149037 | 27361 |235046 |   1.6 | 182M|1753 |   - |5645 |6929 |5645 | 228 |  65k|  43k|2971 | 0.000000e+00 | 4.500000e+01 |    Inf 
437.67/438.14	o 41
437.67/438.14	c * 438s|149043 | 25983 |235049 |   1.6 | 175M|1753 |   - |5645 |6840 |5645 | 228 |  65k|  43k|2971 | 0.000000e+00 | 4.100000e+01 |    Inf 
437.67/438.15	o 36
437.67/438.15	c * 438s|149044 | 23715 |235049 |   1.6 | 163M|1753 |   - |5645 |6840 |5645 | 228 |  65k|  43k|2971 | 0.000000e+00 | 3.600000e+01 |    Inf 
437.97/438.42	o 35
437.97/438.42	c * 438s|149118 | 23552 |235481 |   1.6 | 162M|1753 |   - |5645 |6381 |5645 | 228 |  65k|  43k|2975 | 0.000000e+00 | 3.500000e+01 |    Inf 
437.97/438.42	o 34
437.97/438.42	c * 438s|149119 | 23231 |235481 |   1.6 | 161M|1753 |   - |5645 |6381 |5645 | 228 |  65k|  43k|2975 | 0.000000e+00 | 3.400000e+01 |    Inf 
440.07/440.54	c   441s|150000 | 23250 |238612 |   1.6 | 161M|1753 |   - |5645 |5970 |   0 |   0 |  66k|  44k|3002 | 0.000000e+00 | 3.400000e+01 |    Inf 
445.37/445.86	o 22
445.37/445.86	c * 446s|151866 | 18814 |246992 |   1.6 | 136M|1753 |   - |5645 |5789 |5645 | 248 |  68k|  46k|3097 | 0.000000e+00 | 2.200000e+01 |    Inf 
448.97/449.40	o 21
448.97/449.40	c * 449s|153213 | 18335 |254843 |   1.7 | 135M|1753 |   - |5645 |5019 |5645 | 231 |  70k|  48k|3141 | 0.000000e+00 | 2.100000e+01 |    Inf 
449.07/449.52	o 12
449.07/449.52	c * 449s|153271 | 14847 |255026 |   1.7 | 117M|1753 |   - |5645 |4953 |5645 | 200 |  70k|  48k|3142 | 0.000000e+00 | 1.200000e+01 |    Inf 
462.47/462.91	c   463s|160000 | 14253 |284283 |   1.8 | 119M|1753 |   - |5645 |6265 |   0 |   0 |  75k|  58k|3318 | 0.000000e+00 | 1.200000e+01 |    Inf 
478.17/478.63	o 8
478.17/478.63	c * 479s|167957 | 12711 |318883 |   1.9 | 115M|1753 |   - |5645 |7492 |5645 | 239 |  81k|  68k|3504 | 0.000000e+00 | 8.000000e+00 |    Inf 
479.07/479.53	o 6
479.07/479.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
479.07/479.53	c * 480s|168422 | 12199 |320893 |   1.9 | 114M|1753 |   - |5645 |7251 |5645 | 243 |  82k|  69k|3524 | 0.000000e+00 | 6.000000e+00 |    Inf 
480.37/480.86	o 5
480.37/480.86	c * 481s|169106 | 11811 |323714 |   1.9 | 112M|1753 |   - |5645 |7757 |5645 | 229 |  82k|  70k|3547 | 0.000000e+00 | 5.000000e+00 |    Inf 
482.07/482.55	c   483s|170000 | 11820 |327946 |   1.9 | 112M|1753 |   - |5645 |7821 |   0 |   0 |  83k|  71k|3570 | 0.000000e+00 | 5.000000e+00 |    Inf 
501.87/502.33	c   502s|180000 | 12035 |383090 |   2.1 | 116M|1753 |   - |5645 |  11k|   0 |   0 |  90k|  84k|3760 | 0.000000e+00 | 5.000000e+00 |    Inf 
522.57/523.01	c   523s|190000 | 11954 |439761 |   2.3 | 115M|1753 |   1 |5645 |7966 |5645 | 202 |  97k|  98k|4009 | 0.000000e+00 | 5.000000e+00 |    Inf 
541.47/541.92	c   542s|200000 | 11784 |487045 |   2.4 | 116M|1753 |   1 |5645 |7807 |5645 | 194 | 105k| 111k|4236 | 0.000000e+00 | 5.000000e+00 |    Inf 
559.38/559.84	c   560s|210000 | 11791 |525922 |   2.5 | 118M|1753 |   - |5645 |  11k|   0 |   0 | 110k| 125k|4348 | 0.000000e+00 | 5.000000e+00 |    Inf 
578.77/579.29	c   579s|220000 | 11918 |561735 |   2.6 | 121M|1753 |   - |5645 |  16k|   0 |   0 | 114k| 139k|4435 | 0.000000e+00 | 5.000000e+00 |    Inf 
599.67/600.16	c   600s|230000 | 11951 |600058 |   2.6 | 123M|1753 |  11 |5645 |  15k|5645 | 261 | 118k| 153k|4529 | 0.000000e+00 | 5.000000e+00 |    Inf 
609.97/610.47	o 4
609.97/610.47	c * 610s|234992 | 11460 |620286 |   2.6 | 118M|1753 |   - |5645 |  10k|5645 | 245 | 121k| 160k|4680 | 0.000000e+00 | 4.000000e+00 |    Inf 
619.57/620.06	c   620s|240000 | 11404 |642016 |   2.7 | 117M|1753 |  21 |5645 |9119 |5645 | 221 | 124k| 167k|4751 | 0.000000e+00 | 4.000000e+00 |    Inf 
639.57/640.04	c   640s|250000 | 11309 |691684 |   2.8 | 118M|1753 |   - |5645 |  11k|   0 |   0 | 131k| 181k|4901 | 0.000000e+00 | 4.000000e+00 |    Inf 
658.77/659.28	c   659s|260000 | 11402 |734811 |   2.8 | 119M|1753 |   1 |5645 |  11k|5645 | 222 | 138k| 195k|4999 | 0.000000e+00 | 4.000000e+00 |    Inf 
678.28/678.77	c   679s|270000 | 11439 |774226 |   2.9 | 121M|1753 |  26 |5645 |  12k|5645 | 250 | 142k| 208k|5088 | 0.000000e+00 | 4.000000e+00 |    Inf 
697.67/698.14	c   698s|280000 | 11535 |817139 |   2.9 | 123M|1753 |   - |5645 |  14k|   0 |   0 | 147k| 221k|5197 | 0.000000e+00 | 4.000000e+00 |    Inf 
718.28/718.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
718.28/718.74	c   719s|290000 | 11423 |863876 |   3.0 | 122M|1753 |  12 |5645 |  11k|5645 | 217 | 153k| 235k|5291 | 0.000000e+00 | 4.000000e+00 |    Inf 
737.77/738.28	c   738s|300000 | 11597 |903727 |   3.0 | 124M|1753 |   8 |5645 |  14k|5645 | 219 | 158k| 249k|5374 | 0.000000e+00 | 4.000000e+00 |    Inf 
758.17/758.68	c   759s|310000 | 11583 |945389 |   3.0 | 125M|1753 |   - |5645 |  15k|   0 |   0 | 163k| 263k|5454 | 0.000000e+00 | 4.000000e+00 |    Inf 
759.88/760.38	o 2
759.88/760.38	c * 760s|310733 | 11098 |950167 |   3.1 | 122M|1753 |   - |5645 |  15k|5645 | 266 | 164k| 264k|5468 | 0.000000e+00 | 2.000000e+00 |    Inf 
777.87/778.37	c   778s|320000 | 11072 |990682 |   3.1 | 122M|1753 |   1 |5645 |  14k|5645 | 238 | 168k| 276k|5549 | 0.000000e+00 | 2.000000e+00 |    Inf 
798.37/798.86	c   799s|330000 | 11133 |  1036k|   3.1 | 124M|1753 |  17 |5645 |  17k|5645 | 253 | 173k| 291k|5622 | 0.000000e+00 | 2.000000e+00 |    Inf 
818.68/819.12	c   819s|340000 | 11073 |  1079k|   3.2 | 123M|1753 |  25 |5645 |  15k|5645 | 259 | 177k| 305k|5711 | 0.000000e+00 | 2.000000e+00 |    Inf 
837.78/838.22	c   838s|350000 | 10998 |  1120k|   3.2 | 122M|1753 |   1 |5645 |  12k|5645 | 218 | 182k| 320k|5844 | 0.000000e+00 | 2.000000e+00 |    Inf 
858.08/858.55	c   859s|360000 | 11043 |  1165k|   3.2 | 124M|1753 |   - |5645 |  16k|   0 |   0 | 187k| 334k|5910 | 0.000000e+00 | 2.000000e+00 |    Inf 
879.98/880.41	c   880s|370000 | 11056 |  1217k|   3.3 | 125M|1753 |  13 |5645 |  17k|5645 | 269 | 192k| 348k|6006 | 0.000000e+00 | 2.000000e+00 |    Inf 
903.18/903.67	c   904s|380000 | 11134 |  1277k|   3.4 | 126M|1753 |  12 |5645 |  17k|5645 | 256 | 198k| 363k|6115 | 0.000000e+00 | 2.000000e+00 |    Inf 
925.27/925.75	c   926s|390000 | 11102 |  1332k|   3.4 | 127M|1753 |  18 |5645 |  19k|5645 | 268 | 203k| 377k|6204 | 0.000000e+00 | 2.000000e+00 |    Inf 
946.59/947.00	c   947s|400000 | 10887 |  1382k|   3.5 | 123M|1753 |   - |5645 |  14k|   0 |   0 | 208k| 391k|6314 | 0.000000e+00 | 2.000000e+00 |    Inf 
968.48/968.94	c   969s|410000 | 10860 |  1424k|   3.5 | 122M|1753 |  17 |5645 |  13k|5645 | 243 | 212k| 405k|6527 | 0.000000e+00 | 2.000000e+00 |    Inf 
989.49/989.94	c   990s|420000 | 10912 |  1469k|   3.5 | 124M|1753 |   - |5645 |  16k|   0 |   0 | 217k| 419k|6540 | 0.000000e+00 | 2.000000e+00 |    Inf 
1012.08/1012.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1012.08/1012.53	c  1012s|430000 | 10914 |  1515k|   3.5 | 125M|1753 |   - |5645 |  18k|   0 |   0 | 222k| 434k|6612 | 0.000000e+00 | 2.000000e+00 |    Inf 
1034.27/1034.74	c  1035s|440000 | 10920 |  1556k|   3.5 | 125M|1753 |   1 |5645 |  18k|5645 | 240 | 227k| 449k|6691 | 0.000000e+00 | 2.000000e+00 |    Inf 
1057.98/1058.48	c  1058s|450000 | 10912 |  1598k|   3.6 | 126M|1753 |   - |5645 |  19k|   0 |   0 | 231k| 464k|6763 | 0.000000e+00 | 2.000000e+00 |    Inf 
1080.38/1080.82	c  1081s|460000 | 10954 |  1641k|   3.6 | 126M|1753 |  10 |5645 |  18k|5645 | 246 | 235k| 479k|6827 | 0.000000e+00 | 2.000000e+00 |    Inf 
1087.39/1087.86	o 1
1087.39/1087.86	c *1088s|463206 | 10031 |  1656k|   3.6 | 118M|1753 |   - |5645 |  20k|5645 | 271 | 237k| 484k|6849 | 0.000000e+00 | 1.000000e+00 |    Inf 
1101.28/1101.72	c  1102s|470000 |  9934 |  1683k|   3.6 | 115M|1753 |   9 |5645 |  14k|5645 | 219 | 239k| 494k|6896 | 0.000000e+00 | 1.000000e+00 |    Inf 
1120.49/1120.97	c  1121s|480000 |  9986 |  1714k|   3.6 | 117M|1753 |   - |5645 |  17k|   0 |   0 | 242k| 508k|6946 | 0.000000e+00 | 1.000000e+00 |    Inf 
1140.58/1141.05	c  1141s|490000 |  9953 |  1750k|   3.6 | 116M|1753 |   1 |5645 |  15k|5645 | 216 | 246k| 522k|7007 | 0.000000e+00 | 1.000000e+00 |    Inf 
1161.58/1162.02	c  1162s|500000 | 10182 |  1791k|   3.6 | 119M|1753 |   1 |5645 |  17k|5645 | 209 | 250k| 536k|7060 | 0.000000e+00 | 1.000000e+00 |    Inf 
1182.18/1182.61	c  1183s|510000 | 10249 |  1831k|   3.6 | 120M|1753 |   - |5645 |  17k|   0 |   0 | 255k| 551k|7110 | 0.000000e+00 | 1.000000e+00 |    Inf 
1202.78/1203.27	c  1203s|520000 | 10278 |  1873k|   3.6 | 121M|1753 |   - |5645 |  17k|   0 |   0 | 261k| 566k|7164 | 0.000000e+00 | 1.000000e+00 |    Inf 
1223.38/1223.82	c  1224s|530000 | 10274 |  1909k|   3.6 | 122M|1753 |   7 |5645 |  18k|5645 | 248 | 265k| 581k|7220 | 0.000000e+00 | 1.000000e+00 |    Inf 
1244.48/1244.94	c  1245s|540000 | 10232 |  1951k|   3.6 | 122M|1753 |   1 |5645 |  18k|5645 | 222 | 270k| 596k|7271 | 0.000000e+00 | 1.000000e+00 |    Inf 
1265.99/1266.43	c  1266s|550000 | 10220 |  1991k|   3.6 | 123M|1753 |   9 |5645 |  20k|5645 | 221 | 274k| 612k|7324 | 0.000000e+00 | 1.000000e+00 |    Inf 
1287.48/1287.97	c  1288s|560000 | 10163 |  2032k|   3.6 | 122M|1753 |   1 |5645 |  18k|5645 | 221 | 278k| 627k|7374 | 0.000000e+00 | 1.000000e+00 |    Inf 
1309.19/1309.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1309.19/1309.64	c  1310s|570000 | 10182 |  2069k|   3.6 | 123M|1753 |   - |5645 |  21k|   0 |   0 | 282k| 643k|7422 | 0.000000e+00 | 1.000000e+00 |    Inf 
1331.69/1332.12	c  1332s|580000 | 10212 |  2108k|   3.6 | 124M|1753 |   5 |5645 |  22k|5645 | 262 | 286k| 659k|7477 | 0.000000e+00 | 1.000000e+00 |    Inf 
1355.18/1355.65	c  1356s|590000 | 10131 |  2152k|   3.6 | 122M|1753 |   1 |5645 |  19k|5645 | 249 | 290k| 675k|7528 | 0.000000e+00 | 1.000000e+00 |    Inf 
1377.28/1377.74	c  1378s|600000 | 10100 |  2196k|   3.7 | 122M|1753 |   - |5645 |  20k|   0 |   0 | 295k| 690k|7570 | 0.000000e+00 | 1.000000e+00 |    Inf 
1399.18/1399.65	c  1400s|610000 | 10074 |  2235k|   3.7 | 121M|1753 |   1 |5645 |  19k|5645 | 217 | 299k| 704k|7634 | 0.000000e+00 | 1.000000e+00 |    Inf 
1420.79/1421.22	c  1421s|620000 | 10061 |  2270k|   3.7 | 121M|1753 |   - |5645 |  20k|   0 |   0 | 303k| 719k|7679 | 0.000000e+00 | 1.000000e+00 |    Inf 
1443.38/1443.85	c  1444s|630000 | 10057 |  2308k|   3.7 | 121M|1753 |   1 |5645 |  17k|5645 | 220 | 308k| 733k|7736 | 0.000000e+00 | 1.000000e+00 |    Inf 
1464.08/1464.56	c  1465s|640000 |  9951 |  2346k|   3.7 | 116M|1753 |   1 |5645 |  10k|5645 | 185 | 312k| 747k|7795 | 0.000000e+00 | 1.000000e+00 |    Inf 
1482.08/1482.51	c  1482s|650000 | 10004 |  2378k|   3.7 | 117M|1753 |   - |5645 |  12k|   0 |   0 | 316k| 761k|7821 | 0.000000e+00 | 1.000000e+00 |    Inf 
1501.48/1501.99	c  1502s|660000 | 10006 |  2416k|   3.7 | 119M|1753 |  11 |5645 |  14k|5645 | 258 | 321k| 775k|7875 | 0.000000e+00 | 1.000000e+00 |    Inf 
1520.08/1520.52	c  1520s|670000 | 10055 |  2451k|   3.7 | 117M|1753 |  13 |5645 |  11k|5645 | 192 | 326k| 788k|7921 | 0.000000e+00 | 1.000000e+00 |    Inf 
1538.89/1539.32	c  1539s|680000 | 10079 |  2485k|   3.7 | 118M|1753 |   1 |5645 |  12k|5645 | 209 | 331k| 801k|7964 | 0.000000e+00 | 1.000000e+00 |    Inf 
1557.58/1558.08	c  1558s|690000 | 10138 |  2521k|   3.7 | 119M|1753 |   - |5645 |  11k|   0 |   0 | 335k| 815k|8011 | 0.000000e+00 | 1.000000e+00 |    Inf 
1576.59/1577.02	c  1577s|700000 | 10093 |  2559k|   3.7 | 119M|1753 |   1 |5645 |  12k|5645 | 225 | 340k| 828k|8052 | 0.000000e+00 | 1.000000e+00 |    Inf 
1595.69/1596.12	c  1596s|710000 | 10106 |  2594k|   3.7 | 120M|1753 |   9 |5645 |  13k|5645 | 209 | 344k| 842k|8093 | 0.000000e+00 | 1.000000e+00 |    Inf 
1613.39/1613.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1613.39/1613.88	c  1614s|720000 | 10130 |  2632k|   3.7 | 119M|1753 |   - |5645 |  12k|   0 |   0 | 348k| 855k|8214 | 0.000000e+00 | 1.000000e+00 |    Inf 
1631.28/1631.76	c  1632s|730000 |  9977 |  2674k|   3.7 | 118M|1753 |  16 |5645 |9675 |5645 | 202 | 353k| 869k|8273 | 0.000000e+00 | 1.000000e+00 |    Inf 
1649.68/1650.14	c  1650s|740000 |  9891 |  2719k|   3.7 | 118M|1753 |   1 |5645 |  11k|5645 | 185 | 360k| 883k|8580 | 0.000000e+00 | 1.000000e+00 |    Inf 
1667.48/1667.94	c  1668s|750000 |  9640 |  2755k|   3.7 | 117M|1753 |   1 |5645 |7982 |5645 | 183 | 366k| 897k|8662 | 0.000000e+00 | 1.000000e+00 |    Inf 
1684.49/1684.96	c  1685s|760000 |  9546 |  2790k|   3.7 | 118M|1753 |   - |5645 |  10k|   0 |   0 | 372k| 910k|8717 | 0.000000e+00 | 1.000000e+00 |    Inf 
1702.58/1703.08	c  1703s|770000 |  9564 |  2819k|   3.7 | 119M|1753 |   1 |5645 |  13k|5645 | 226 | 377k| 923k|8718 | 0.000000e+00 | 1.000000e+00 |    Inf 
1721.98/1722.49	c  1722s|780000 |  9643 |  2860k|   3.7 | 120M|1753 |  20 |5645 |  12k|5645 | 209 | 384k| 937k|8756 | 0.000000e+00 | 1.000000e+00 |    Inf 
1741.28/1741.78	c  1742s|790000 |  9631 |  2902k|   3.7 | 119M|1753 |   1 |5645 |  12k|5645 | 192 | 391k| 951k|8799 | 0.000000e+00 | 1.000000e+00 |    Inf 
1760.78/1761.24	c  1761s|800000 |  9333 |  2946k|   3.7 | 116M|1753 |   8 |5645 |9602 |5645 | 217 | 397k| 966k|8892 | 0.000000e+00 | 1.000000e+00 |    Inf 
1779.48/1779.93	c  1780s|810000 |  9315 |  2989k|   3.7 | 116M|1753 |   1 |5645 |  10k|5645 | 176 | 404k| 978k|9044 | 0.000000e+00 | 1.000000e+00 |    Inf 
1789.58/1790.01	c 
1789.58/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.58/1790.01	c Solving Time (sec) : 1789.98
1789.58/1790.01	c Solving Nodes      : 815468
1789.58/1790.01	c Primal Bound       : +1.00000000000000e+00 (211 solutions)
1789.58/1790.01	c Dual Bound         : +0.00000000000000e+00
1789.58/1790.01	c Gap                : infinite
1789.58/1790.08	s SATISFIABLE
1789.58/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 
1789.58/1790.08	v x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 x195 -x194 -x193 -x192 -x191 -x190 -x189 
1789.58/1790.08	v -x188 -x187 -x186 -x185 x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1789.58/1790.08	v -x167 -x166 -x165 -x164 -x163 x162 -x161 x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 x151 -x150 -x149 -x148 -x147 
1789.58/1790.08	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 x126 -x125 
1789.58/1790.08	v -x124 -x123 -x122 -x121 -x120 x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 x107 -x106 -x105 -x104 
1789.58/1790.08	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 
1789.58/1790.08	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 
1789.58/1790.08	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 
1789.58/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 -x2 
1789.58/1790.08	v -x1 
1789.58/1790.08	c SCIP Status        : solving was interrupted [time limit reached]
1789.58/1790.08	c Solving Time       :    1789.98
1789.58/1790.08	c Original Problem   :
1789.58/1790.08	c   Problem name     : HOME/instance-2705063-1278578334.wbo
1789.58/1790.08	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1789.58/1790.08	c   Constraints      : 5415 initial, 5415 maximal
1789.58/1790.08	c Presolved Problem  :
1789.58/1790.08	c   Problem name     : t_HOME/instance-2705063-1278578334.wbo
1789.58/1790.08	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1789.58/1790.08	c   Constraints      : 5414 initial, 22965 maximal
1789.58/1790.08	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.58/1790.08	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.58/1790.08	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1789.58/1790.08	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.58/1790.08	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.58/1790.08	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.58/1790.08	c   probing          :       0.03          0          0          0          0          0          0          0          0
1789.58/1790.08	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1789.58/1790.08	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1789.58/1790.08	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1789.58/1790.08	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1789.58/1790.08	c   root node        :          -       5414          -          -       5414          -          -          -          -
1789.58/1790.08	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.58/1790.08	c   integral         :          0          0          0     553001          0         16        716          0          0     750014
1789.58/1790.08	c   linear           :       2707          6    4189587     176443          1     283703   17928733     407348          0          0
1789.58/1790.08	c   indicator        :       2707          0    1984312     158665          0        597    6307860          0          0          0
1789.58/1790.08	c   logicor          :          0+         0    1188496          0          0      64865    1488740          0          0          0
1789.58/1790.08	c   bounddisjunction :          0+         0     361723          0          0        140       5394          0          0          0
1789.58/1790.08	c   countsols        :          0          0          0     122413          1          0          0          0          0          0
1789.58/1790.08	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.58/1790.08	c   integral         :      13.75       0.00       0.00      13.75       0.00
1789.58/1790.08	c   linear           :     239.10       0.00     217.19      21.91       0.00
1789.58/1790.08	c   indicator        :      77.55       0.01      40.38      37.16       0.00
1789.58/1790.08	c   logicor          :     192.60       0.00     192.60       0.00       0.00
1789.58/1790.08	c   bounddisjunction :       2.59       0.00       2.59       0.00       0.00
1789.58/1790.08	c   countsols        :       0.03       0.00       0.00       0.03       0.00
1789.58/1790.08	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.58/1790.08	c   vbounds          :       0.88      52857          0      10093
1789.58/1790.08	c   rootredcost      :       0.63         56          0       2707
1789.58/1790.08	c   pseudoobj        :     163.98    4202102      11039    5799574
1789.58/1790.08	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.58/1790.08	c   propagation      :      24.21     359747     359595    2224982       32.0      12591       27.8          -
1789.58/1790.08	c   infeasible LP    :       5.28      13295      13295     106521       42.6        221       20.0          0
1789.58/1790.08	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.58/1790.08	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.58/1790.08	c   pseudo solution  :       0.00          2          2         14       18.8          0        0.0          -
1789.58/1790.08	c   applied globally :          -          -          -     985872       25.2          -          -          -
1789.58/1790.08	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.58/1790.08	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.58/1790.08	c   cut pool         :       0.00          3          -          -          1          -    (maximal pool size: 73)
1789.58/1790.08	c   redcost          :      56.37     557888          0     530871          0          0
1789.58/1790.08	c   impliedbounds    :       0.00          4          0          0          0          0
1789.58/1790.08	c   intobj           :       0.00          0          0          0          0          0
1789.58/1790.08	c   cgmip            :       0.00          0          0          0          0          0
1789.58/1790.08	c   gomory           :       0.01          4          0          0        230          0
1789.58/1790.08	c   strongcg         :       0.01          4          0          0        215          0
1789.58/1790.08	c   cmir             :       0.01          4          0          0          0          0
1789.58/1790.08	c   flowcover        :       0.02          4          0          0          0          0
1789.58/1790.08	c   clique           :       0.00          1          0          0          0          0
1789.58/1790.08	c   zerohalf         :       0.00          0          0          0          0          0
1789.58/1790.08	c   mcf              :       0.00          1          0          0          0          0
1789.58/1790.08	c   rapidlearning    :       0.17          1          0          0          0          0
1789.58/1790.08	c Pricers            :       Time      Calls       Vars
1789.58/1790.08	c   problem variables:       0.00          0          0
1789.58/1790.08	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.58/1790.08	c   relpscost        :      13.33     375596         16        716          0          0     750014
1789.58/1790.08	c   pscost           :       0.00          0          0          0          0          0          0
1789.58/1790.08	c   inference        :      96.81     122358          0          0          0          0     245210
1789.58/1790.08	c   mostinf          :       0.00          0          0          0          0          0          0
1789.58/1790.08	c   leastinf         :       0.00          0          0          0          0          0          0
1789.58/1790.08	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.58/1790.08	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.58/1790.08	c   random           :       0.00          0          0          0          0          0          0
1789.58/1790.08	c Primal Heuristics  :       Time      Calls      Found
1789.58/1790.08	c   LP solutions     :       0.27          -         56
1789.58/1790.08	c   pseudo solutions :       0.00          -          0
1789.58/1790.08	c   feaspump         :       0.00          0          0
1789.58/1790.08	c   intshifting      :       0.00          0          0
1789.58/1790.08	c   oneopt           :       0.51         48          0
1789.58/1790.08	c   guideddiving     :       0.14         48          0
1789.58/1790.08	c   fracdiving       :       0.29        140          0
1789.58/1790.08	c   veclendiving     :       0.26        140          0
1789.58/1790.08	c   linesearchdiving :       0.27        140          0
1789.58/1790.08	c   coefdiving       :       0.26        141          0
1789.58/1790.08	c   pscostdiving     :       0.25        141          0
1789.58/1790.08	c   crossover        :       2.50         64          2
1789.58/1790.08	c   rootsoldiving    :       0.31        135          0
1789.58/1790.08	c   objpscostdiving  :       0.28        136          0
1789.58/1790.08	c   trivial          :       0.07          2          2
1789.58/1790.08	c   simplerounding   :       0.76     377009          0
1789.58/1790.08	c   zirounding       :       0.34       1000          0
1789.58/1790.08	c   rounding         :       1.24       8684          0
1789.58/1790.08	c   shifting         :       0.70       2658          0
1789.58/1790.08	c   twoopt           :       0.00          0          0
1789.58/1790.08	c   fixandinfer      :       0.00          0          0
1789.58/1790.08	c   intdiving        :       0.00          0          0
1789.58/1790.08	c   actconsdiving    :       0.00          0          0
1789.58/1790.08	c   octane           :       0.00          0          0
1789.58/1790.08	c   rens             :       0.03          1          0
1789.58/1790.08	c   rins             :       0.00          0          0
1789.58/1790.08	c   localbranching   :       0.00          0          0
1789.58/1790.08	c   mutation         :       0.00          0          0
1789.58/1790.08	c   dins             :       0.00          0          0
1789.58/1790.08	c   undercover       :       0.00          0          0
1789.58/1790.08	c   nlp              :       0.16          0          0
1789.58/1790.08	c   trysol           :       0.48        368        151
1789.58/1790.08	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.58/1790.08	c   primal LP        :       0.00          0          0       0.00          -
1789.58/1790.08	c   dual LP          :     438.60     451917    3011361       6.66    6865.86
1789.58/1790.08	c   lex dual LP      :       0.00          0          0       0.00          -
1789.58/1790.08	c   barrier LP       :       0.00          0          0       0.00          -
1789.58/1790.08	c   diving/probing LP:       0.14         76       1070      14.08    7700.28
1789.58/1790.08	c   strong branching :      10.63       9045     101758      11.25    9569.45
1789.58/1790.08	c     (at root node) :          -         32       1047      32.72          -
1789.58/1790.08	c   conflict analysis:       0.00          0          0       0.00          -
1789.58/1790.08	c B&B Tree           :
1789.58/1790.08	c   number of runs   :          1
1789.58/1790.08	c   nodes            :     815468
1789.58/1790.08	c   nodes (total)    :     815468
1789.58/1790.08	c   nodes left       :       9358
1789.58/1790.08	c   max depth        :       1753
1789.58/1790.08	c   max depth (total):       1753
1789.58/1790.08	c   backtracks       :      66025 (8.1%)
1789.58/1790.08	c   delayed cutoffs  :      61756
1789.58/1790.08	c   repropagations   :    2084758 (5223669 domain reductions, 55514 cutoffs)
1789.58/1790.08	c   avg switch length:       6.66
1789.58/1790.08	c   switching time   :     236.81
1789.58/1790.08	c Solution           :
1789.58/1790.08	c   Solutions found  :        211 (57 improvements)
1789.58/1790.08	c   First Solution   : +1.35279000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1789.58/1790.08	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 463206 nodes, 1087.82 seconds, depth 62, found by <relaxation>)
1789.58/1790.08	c   Dual Bound       : +0.00000000000000e+00
1789.58/1790.08	c   Gap              :   infinite
1789.58/1790.08	c   Root Dual Bound  : +0.00000000000000e+00
1789.58/1790.08	c   Root Iterations  :        184
1789.78/1790.23	c Time complete: 1789.81.

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-2705063-1278578334/watcher-2705063-1278578334 -o /tmp/evaluation-result-2705063-1278578334/solver-2705063-1278578334 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705063-1278578334.wbo -t 1800 -m 3800 

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.95 3/176 22184
/proc/meminfo: memFree=28404020/32951132 swapFree=67111528/67111528
[pid=22184] ppid=22182 vsize=12516 CPUtime=0
/proc/22184/stat : 22184 (pbscip.linux.x8) R 22182 22184 21716 0 -1 4202496 1964 0 0 0 0 0 0 0 23 0 1 0 26046856 12816384 1882 4089446400 4194304 10345943 140734748428880 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/22184/statm: 3129 1886 429 1502 0 1622 0

[startup+0.030291 s]
/proc/loadavg: 2.00 2.00 1.95 3/176 22184
/proc/meminfo: memFree=28404020/32951132 swapFree=67111528/67111528
[pid=22184] ppid=22182 vsize=21244 CPUtime=0.02
/proc/22184/stat : 22184 (pbscip.linux.x8) R 22182 22184 21716 0 -1 4202496 4166 0 0 0 2 0 0 0 23 0 1 0 26046856 21753856 4084 4089446400 4194304 10345943 140734748428880 18446744073709551615 9053520 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/22184/statm: 5311 4084 430 1502 0 3804 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 21244

[startup+0.100269 s]
/proc/loadavg: 2.00 2.00 1.95 3/176 22184
/proc/meminfo: memFree=28404020/32951132 swapFree=67111528/67111528
[pid=22184] ppid=22182 vsize=38024 CPUtime=0.09
/proc/22184/stat : 22184 (pbscip.linux.x8) R 22182 22184 21716 0 -1 4202496 8450 0 0 0 9 0 0 0 23 0 1 0 26046856 38936576 8014 4089446400 4194304 10345943 140734748428880 18446744073709551615 4450843 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22184/statm: 9506 8014 509 1502 0 7999 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38024

[startup+0.300235 s]
/proc/loadavg: 2.00 2.00 1.95 3/176 22184
/proc/meminfo: memFree=28404020/32951132 swapFree=67111528/67111528
[pid=22184] ppid=22182 vsize=70108 CPUtime=0.29
/proc/22184/stat : 22184 (pbscip.linux.x8) R 22182 22184 21716 0 -1 4202496 16228 0 0 0 27 2 0 0 23 0 1 0 26046856 71790592 15792 4089446400 4194304 10345943 140734748428880 18446744073709551615 9186026 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22184/statm: 17527 15792 632 1502 0 16020 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70108

[startup+0.700173 s]
/proc/loadavg: 2.00 2.00 1.95 3/176 22184
/proc/meminfo: memFree=28404020/32951132 swapFree=67111528/67111528
[pid=22184] ppid=22182 vsize=65268 CPUtime=0.69
/proc/22184/stat : 22184 (pbscip.linux.x8) R 22182 22184 21716 0 -1 4202496 16894 0 0 0 66 3 0 0 25 0 1 0 26046856 66834432 15053 4089446400 4194304 10345943 140734748428880 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22184/statm: 16317 15053 751 1502 0 14810 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65268

[startup+1.50104 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 22185
/proc/meminfo: memFree=28346228/32951132 swapFree=67111528/67111528
[pid=22184] ppid=22182 vsize=65268 CPUtime=1.49
/proc/22184/stat : 22184 (pbscip.linux.x8) R 22182 22184 21716 0 -1 4202496 16896 0 0 0 145 4 0 0 25 0 1 0 26046856 66834432 15055 4089446400 4194304 10345943 140734748428880 18446744073709551615 4701094 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22184/statm: 16317 15055 753 1502 0 14810 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65268

[startup+3.10076 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 22185
/proc/meminfo: memFree=28345896/32951132 swapFree=67111528/67111528
[pid=22184] ppid=22182 vsize=65268 CPUtime=3.09
/proc/22184/stat : 22184 (pbscip.linux.x8) R 22182 22184 21716 0 -1 4202496 16901 0 0 0 305 4 0 0 25 0 1 0 26046856 66834432 15060 4089446400 4194304 10345943 140734748428880 18446744073709551615 4687806 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22184/statm: 16317 15060 754 1502 0 14810 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65268

[startup+6.30019 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 22185
/proc/meminfo: memFree=28340072/32951132 swapFree=67111528/67111528
[pid=22184] ppid=22182 vsize=71556 CPUtime=5.86
/proc/22184/stat : 22184 (pbscip.linux.x8) R 22182 22184 21716 0 -1 4202496 18858 0 0 0 579 7 0 0 25 0 1 0 26046856 73273344 16410 4089446400 4194304 10345943 140734748428880 18446744073709551615 4469728 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22184/statm: 17889 16410 761 1502 0 16382 0
Current children cumulated CPU time (s) 5.86
Current children cumulated vsize (KiB) 71556

[startup+12.7011 s]
/proc/loadavg: 2.15 2.03 1.96 3/177 22185
/proc/meminfo: memFree=28337496/32951132 swapFree=67111528/67111528
[pid=22184] ppid=22182 vsize=71556 CPUtime=12.27
/proc/22184/stat : 22184 (pbscip.linux.x8) R 22182 22184 21716 0 -1 4202496 20607 0 0 0 1219 8 0 0 25 0 1 0 26046856 73273344 16672 4089446400 4194304 10345943 140734748428880 18446744073709551615 4686905 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22184/statm: 17889 16672 761 1502 0 16382 0
Current children cumulated CPU time (s) 12.27
Current children cumulated vsize (KiB) 71556

[startup+25.5009 s]
/proc/loadavg: 2.04 2.01 1.95 3/177 22214
/proc/meminfo: memFree=29203040/32951132 swapFree=67111528/67111528
[pid=22184] ppid=22182 vsize=84100 CPUtime=25.07
/proc/22184/stat : 22184 (pbscip.linux.x8) R 22182 22184 21716 0 -1 4202496 24114 0 0 0 2496 11 0 0 25 0 1 0 26046856 86118400 19582 4089446400 4194304 10345943 140734748428880 18446744073709551615 4749687 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22184/statm: 21025 19582 761 1502 0 19518 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 84100

[startup+51.1005 s]
/proc/loadavg: 2.14 2.04 1.96 3/177 22214
/proc/meminfo: memFree=29056216/32951132 swapFree=67111528/67111528
[pid=22184] ppid=22182 vsize=122512 CPUtime=50.67
/proc/22184/stat : 22184 (pbscip.linux.x8) R 22182 22184 21716 0 -1 4202496 34888 0 0 0 5053 14 0 0 25 0 1 0 26046856 125452288 29159 4089446400 4194304 10345943 140734748428880 18446744073709551615 4476332 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22184/statm: 30628 29159 761 1502 0 29121 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 122512

[startup+102.307 s]
/proc/loadavg: 2.06 2.03 1.96 3/177 22216
/proc/meminfo: memFree=29006632/32951132 swapFree=67111528/67111528
[pid=22184] ppid=22182 vsize=156224 CPUtime=101.88
/proc/22184/stat : 22184 (pbscip.linux.x8) R 22182 22184 21716 0 -1 4202496 43310 0 0 0 10167 21 0 0 25 0 1 0 26046856 159973376 37581 4089446400 4194304 10345943 140734748428880 18446744073709551615 6802942 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22184/statm: 39056 37581 761 1502 0 37549 0
Current children cumulated CPU time (s) 101.88
Current children cumulated vsize (KiB) 156224

[startup+162.3 s]
/proc/loadavg: 2.07 2.04 1.97 3/177 22217
/proc/meminfo: memFree=28952720/32951132 swapFree=67111528/67111528
[pid=22184] ppid=22182 vsize=210436 CPUtime=161.86
/proc/22184/stat : 22184 (pbscip.linux.x8) R 22182 22184 21716 0 -1 4202496 67367 0 0 0 16157 29 0 0 25 0 1 0 26046856 215486464 51029 4089446400 4194304 10345943 140734748428880 18446744073709551615 6853988 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22184/statm: 52609 51029 762 1502 0 51102 0
Current children cumulated CPU time (s) 161.86
Current children cumulated vsize (KiB) 210436

[startup+222.301 s]
/proc/loadavg: 2.02 2.03 1.97 3/177 22219
/proc/meminfo: memFree=28877032/32951132 swapFree=67111528/67111528
[pid=22184] ppid=22182 vsize=287540 CPUtime=221.86
/proc/22184/stat : 22184 (pbscip.linux.x8) R 22182 22184 21716 0 -1 4202496 123157 0 0 0 22145 41 0 0 25 0 1 0 26046856 294440960 69883 4089446400 4194304 10345943 140734748428880 18446744073709551615 6189870 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22184/statm: 71885 69883 762 1502 0 70378 0
Current children cumulated CPU time (s) 221.86
Current children cumulated vsize (KiB) 287540

[startup+282.3 s]
/proc/loadavg: 2.01 2.02 1.97 3/177 22220
/proc/meminfo: memFree=28805200/32951132 swapFree=67111528/67111528
[pid=22184] ppid=22182 vsize=363148 CPUtime=281.86
/proc/22184/stat : 22184 (pbscip.linux.x8) R 22182 22184 21716 0 -1 4202496 187294 0 0 0 28133 53 0 0 25 0 1 0 26046856 371863552 88185 4089446400 4194304 10345943 140734748428880 18446744073709551615 6929854 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22184/statm: 90787 88185 762 1502 0 89280 0
Current children cumulated CPU time (s) 281.86
Current children cumulated vsize (KiB) 363148

[startup+342.301 s]
/proc/loadavg: 2.00 2.02 1.97 3/177 22222
/proc/meminfo: memFree=28694908/32951132 swapFree=67111528/67111528
[pid=22184] ppid=22182 vsize=474448 CPUtime=341.86
/proc/22184/stat : 22184 (pbscip.linux.x8) R 22182 22184 21716 0 -1 4202496 235637 0 0 0 34121 65 0 0 25 0 1 0 26046856 485834752 114058 4089446400 4194304 10345943 140734748428880 18446744073709551615 4882679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22184/statm: 118612 114058 763 1502 0 117105 0
Current children cumulated CPU time (s) 341.86
Current children cumulated vsize (KiB) 474448

[startup+402.301 s]
/proc/loadavg: 2.00 2.01 1.97 3/177 22224
/proc/meminfo: memFree=28589324/32951132 swapFree=67111528/67111528
[pid=22184] ppid=22182 vsize=569732 CPUtime=401.87
/proc/22184/stat : 22184 (pbscip.linux.x8) R 22182 22184 21716 0 -1 4202496 289087 0 0 0 40107 80 0 0 25 0 1 0 26046856 583405568 136256 4089446400 4194304 10345943 140734748428880 18446744073709551615 5614700 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22184/statm: 142433 136256 767 1502 0 140926 0
Current children cumulated CPU time (s) 401.87
Current children cumulated vsize (KiB) 569732

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 22225
/proc/meminfo: memFree=28521384/32951132 swapFree=67111528/67111528
[pid=22184] ppid=22182 vsize=617952 CPUtime=461.87
/proc/22184/stat : 22184 (pbscip.linux.x8) R 22182 22184 21716 0 -1 4202496 327958 0 0 0 46095 92 0 0 25 0 1 0 26046856 632782848 147800 4089446400 4194304 10345943 140734748428880 18446744073709551615 4995709 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22184/statm: 154488 147800 767 1502 0 152981 0
Current children cumulated CPU time (s) 461.87
Current children cumulated vsize (KiB) 617952

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.97 4/177 22227
/proc/meminfo: memFree=28493192/32951132 swapFree=67111528/67111528
[pid=22184] ppid=22182 vsize=623232 CPUtime=521.87
/proc/22184/stat : 22184 (pbscip.linux.x8) R 22182 22184 21716 0 -1 4202496 355175 0 0 0 52080 107 0 0 25 0 1 0 26046856 638189568 149039 4089446400 4194304 10345943 140734748428880 18446744073709551615 6024454 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22184/statm: 155808 149039 778 1502 0 154301 0
Current children cumulated CPU time (s) 521.87
Current children cumulated vsize (KiB) 623232

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 22228
/proc/meminfo: memFree=28464556/32951132 swapFree=67111528/67111528
[pid=22184] ppid=22182 vsize=628280 CPUtime=581.87
/proc/22184/stat : 22184 (pbscip.linux.x8) R 22182 22184 21716 0 -1 4202496 364839 0 0 0 58071 116 0 0 25 0 1 0 26046856 643358720 150076 4089446400 4194304 10345943 140734748428880 18446744073709551615 4469815 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22184/statm: 157070 150076 785 1502 0 155563 0
Current children cumulated CPU time (s) 581.87
Current children cumulated vsize (KiB) 628280

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 22230
/proc/meminfo: memFree=28440352/32951132 swapFree=67111528/67111528
[pid=22184] ppid=22182 vsize=629172 CPUtime=641.88
/proc/22184/stat : 22184 (pbscip.linux.x8) R 22182 22184 21716 0 -1 4202496 386377 0 0 0 64061 127 0 0 25 0 1 0 26046856 644272128 150641 4089446400 4194304 10345943 140734748428880 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22184/statm: 157293 150641 793 1502 0 155786 0
Current children cumulated CPU time (s) 641.88
Current children cumulated vsize (KiB) 629172

[startup+702.301 s]

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

/proc/meminfo: memFree=28273344/32951132 swapFree=67111528/67111528
[pid=22184] ppid=22182 vsize=638308 CPUtime=1061.88
/proc/22184/stat : 22184 (pbscip.linux.x8) R 22182 22184 21716 0 -1 4202496 427271 0 0 0 105994 194 0 0 25 0 1 0 26046856 653627392 152511 4089446400 4194304 10345943 140734748428880 18446744073709551615 5085347 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22184/statm: 159577 152511 795 1502 0 158070 0
Current children cumulated CPU time (s) 1061.88
Current children cumulated vsize (KiB) 638308

[startup+1122.3 s]
/proc/loadavg: 2.06 2.01 1.98 3/177 22243
/proc/meminfo: memFree=28250100/32951132 swapFree=67111528/67111528
[pid=22184] ppid=22182 vsize=638476 CPUtime=1121.88
/proc/22184/stat : 22184 (pbscip.linux.x8) R 22182 22184 21716 0 -1 4202496 447710 0 0 0 111982 206 0 0 25 0 1 0 26046856 653799424 152536 4089446400 4194304 10345943 140734748428880 18446744073709551615 4230937 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22184/statm: 159619 152536 795 1502 0 158112 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 638476

[startup+1182.3 s]
/proc/loadavg: 2.02 2.01 1.98 3/177 22244
/proc/meminfo: memFree=28227504/32951132 swapFree=67111528/67111528
[pid=22184] ppid=22182 vsize=638660 CPUtime=1181.88
/proc/22184/stat : 22184 (pbscip.linux.x8) R 22182 22184 21716 0 -1 4202496 449678 0 0 0 117975 213 0 0 25 0 1 0 26046856 653987840 152615 4089446400 4194304 10345943 140734748428880 18446744073709551615 5614688 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22184/statm: 159665 152615 795 1502 0 158158 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 638660

[startup+1242.3 s]
/proc/loadavg: 2.06 2.02 1.98 3/177 22246
/proc/meminfo: memFree=28204788/32951132 swapFree=67111528/67111528
[pid=22184] ppid=22182 vsize=638656 CPUtime=1241.89
/proc/22184/stat : 22184 (pbscip.linux.x8) R 22182 22184 21716 0 -1 4202496 453985 0 0 0 123966 223 0 0 25 0 1 0 26046856 653983744 152730 4089446400 4194304 10345943 140734748428880 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22184/statm: 159664 152730 795 1502 0 158157 0
Current children cumulated CPU time (s) 1241.89
Current children cumulated vsize (KiB) 638656

[startup+1302.3 s]
/proc/loadavg: 2.02 2.01 1.98 3/177 22248
/proc/meminfo: memFree=28182528/32951132 swapFree=67111528/67111528
[pid=22184] ppid=22182 vsize=638780 CPUtime=1301.88
/proc/22184/stat : 22184 (pbscip.linux.x8) R 22182 22184 21716 0 -1 4202496 458084 0 0 0 129957 231 0 0 25 0 1 0 26046856 654110720 152699 4089446400 4194304 10345943 140734748428880 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22184/statm: 159695 152699 795 1502 0 158188 0
Current children cumulated CPU time (s) 1301.88
Current children cumulated vsize (KiB) 638780

[startup+1362.3 s]
/proc/loadavg: 2.04 2.02 1.99 3/177 22258
/proc/meminfo: memFree=28160388/32951132 swapFree=67111528/67111528
[pid=22184] ppid=22182 vsize=640984 CPUtime=1361.88
/proc/22184/stat : 22184 (pbscip.linux.x8) R 22182 22184 21716 0 -1 4202496 458480 0 0 0 135945 243 0 0 25 0 1 0 26046856 656367616 153095 4089446400 4194304 10345943 140734748428880 18446744073709551615 4767227 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22184/statm: 160246 153095 795 1502 0 158739 0
Current children cumulated CPU time (s) 1361.88
Current children cumulated vsize (KiB) 640984

[startup+1422.31 s]
/proc/loadavg: 2.01 2.02 1.99 3/177 22260
/proc/meminfo: memFree=28142348/32951132 swapFree=67111528/67111528
[pid=22184] ppid=22182 vsize=641160 CPUtime=1421.89
/proc/22184/stat : 22184 (pbscip.linux.x8) R 22182 22184 21716 0 -1 4202496 458566 0 0 0 141932 257 0 0 25 0 1 0 26046856 656547840 153181 4089446400 4194304 10345943 140734748428880 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22184/statm: 160290 153181 795 1502 0 158783 0
Current children cumulated CPU time (s) 1421.89
Current children cumulated vsize (KiB) 641160

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/177 22261
/proc/meminfo: memFree=28125952/32951132 swapFree=67111528/67111528
[pid=22184] ppid=22182 vsize=641160 CPUtime=1481.88
/proc/22184/stat : 22184 (pbscip.linux.x8) R 22182 22184 21716 0 -1 4202496 458590 0 0 0 147917 271 0 0 25 0 1 0 26046856 656547840 153205 4089446400 4194304 10345943 140734748428880 18446744073709551615 4995703 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22184/statm: 160290 153205 795 1502 0 158783 0
Current children cumulated CPU time (s) 1481.88
Current children cumulated vsize (KiB) 641160

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/177 22263
/proc/meminfo: memFree=28106928/32951132 swapFree=67111528/67111528
[pid=22184] ppid=22182 vsize=640436 CPUtime=1541.88
/proc/22184/stat : 22184 (pbscip.linux.x8) R 22182 22184 21716 0 -1 4202496 462731 0 0 0 153901 287 0 0 25 0 1 0 26046856 655806464 153148 4089446400 4194304 10345943 140734748428880 18446744073709551615 4227579 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22184/statm: 160109 153148 795 1502 0 158602 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 640436

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 22265
/proc/meminfo: memFree=28090496/32951132 swapFree=67111528/67111528
[pid=22184] ppid=22182 vsize=640960 CPUtime=1601.88
/proc/22184/stat : 22184 (pbscip.linux.x8) R 22182 22184 21716 0 -1 4202496 462801 0 0 0 159883 305 0 0 25 0 1 0 26046856 656343040 153218 4089446400 4194304 10345943 140734748428880 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22184/statm: 160240 153218 795 1502 0 158733 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 640960

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 22266
/proc/meminfo: memFree=28071480/32951132 swapFree=67111528/67111528
[pid=22184] ppid=22182 vsize=641172 CPUtime=1661.88
/proc/22184/stat : 22184 (pbscip.linux.x8) R 22182 22184 21716 0 -1 4202496 463094 0 0 0 165867 321 0 0 25 0 1 0 26046856 656560128 153511 4089446400 4194304 10345943 140734748428880 18446744073709551615 4968512 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22184/statm: 160293 153511 795 1502 0 158786 0
Current children cumulated CPU time (s) 1661.88
Current children cumulated vsize (KiB) 641172

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 22268
/proc/meminfo: memFree=28053588/32951132 swapFree=67111528/67111528
[pid=22184] ppid=22182 vsize=641984 CPUtime=1721.88
/proc/22184/stat : 22184 (pbscip.linux.x8) R 22182 22184 21716 0 -1 4202496 463146 0 0 0 171850 338 0 0 25 0 1 0 26046856 657391616 153563 4089446400 4194304 10345943 140734748428880 18446744073709551615 6872582 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22184/statm: 160496 153563 795 1502 0 158989 0
Current children cumulated CPU time (s) 1721.88
Current children cumulated vsize (KiB) 641984

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 22269
/proc/meminfo: memFree=28033972/32951132 swapFree=67111528/67111528
[pid=22184] ppid=22182 vsize=642160 CPUtime=1781.89
/proc/22184/stat : 22184 (pbscip.linux.x8) R 22182 22184 21716 0 -1 4202496 463198 0 0 0 177832 357 0 0 25 0 1 0 26046856 657571840 153615 4089446400 4194304 10345943 140734748428880 18446744073709551615 5027191 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22184/statm: 160540 153615 795 1502 0 159033 0
Current children cumulated CPU time (s) 1781.89
Current children cumulated vsize (KiB) 642160

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 22270
/proc/meminfo: memFree=28033352/32951132 swapFree=67111528/67111528
[pid=22184] ppid=22182 vsize=642160 CPUtime=1785.09
/proc/22184/stat : 22184 (pbscip.linux.x8) R 22182 22184 21716 0 -1 4202496 463200 0 0 0 178151 358 0 0 25 0 1 0 26046856 657571840 153617 4089446400 4194304 10345943 140734748428880 18446744073709551615 5926682 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22184/statm: 160540 153617 795 1502 0 159033 0
Current children cumulated CPU time (s) 1785.09
Current children cumulated vsize (KiB) 642160

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 22270
/proc/meminfo: memFree=28033356/32951132 swapFree=67111528/67111528
[pid=22184] ppid=22182 vsize=642160 CPUtime=1788.29
/proc/22184/stat : 22184 (pbscip.linux.x8) R 22182 22184 21716 0 -1 4202496 463205 0 0 0 178470 359 0 0 25 0 1 0 26046856 657571840 153622 4089446400 4194304 10345943 140734748428880 18446744073709551615 6064247 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22184/statm: 160540 153622 795 1502 0 159033 0
Current children cumulated CPU time (s) 1788.29
Current children cumulated vsize (KiB) 642160

[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 22270
/proc/meminfo: memFree=28033356/32951132 swapFree=67111528/67111528
[pid=22184] ppid=22182 vsize=642160 CPUtime=1789.08
/proc/22184/stat : 22184 (pbscip.linux.x8) R 22182 22184 21716 0 -1 4202496 463205 0 0 0 178549 359 0 0 25 0 1 0 26046856 657571840 153622 4089446400 4194304 10345943 140734748428880 18446744073709551615 4968193 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22184/statm: 160540 153622 795 1502 0 159033 0
Current children cumulated CPU time (s) 1789.08
Current children cumulated vsize (KiB) 642160

[startup+1789.9 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 22270
/proc/meminfo: memFree=28032240/32951132 swapFree=67111528/67111528
[pid=22184] ppid=22182 vsize=642160 CPUtime=1789.48
/proc/22184/stat : 22184 (pbscip.linux.x8) R 22182 22184 21716 0 -1 4202496 463205 0 0 0 178589 359 0 0 25 0 1 0 26046856 657571840 153622 4089446400 4194304 10345943 140734748428880 18446744073709551615 6068924 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22184/statm: 160540 153622 795 1502 0 159033 0
Current children cumulated CPU time (s) 1789.48
Current children cumulated vsize (KiB) 642160

[startup+1790.1 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 22270
/proc/meminfo: memFree=28032240/32951132 swapFree=67111528/67111528
[pid=22184] ppid=22182 vsize=642160 CPUtime=1789.68
/proc/22184/stat : 22184 (pbscip.linux.x8) R 22182 22184 21716 0 -1 4202496 463206 0 0 0 178609 359 0 0 25 0 1 0 26046856 657571840 153623 4089446400 4194304 10345943 140734748428880 18446744073709551615 6325543 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22184/statm: 160540 153623 796 1502 0 159033 0
Current children cumulated CPU time (s) 1789.68
Current children cumulated vsize (KiB) 642160

[startup+1790.2 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 22270
/proc/meminfo: memFree=28032240/32951132 swapFree=67111528/67111528
[pid=22184] ppid=22182 vsize=636168 CPUtime=1789.78
/proc/22184/stat : 22184 (pbscip.linux.x8) R 22182 22184 21716 0 -1 4202496 463206 0 0 0 178619 359 0 0 25 0 1 0 26046856 651436032 152619 4089446400 4194304 10345943 140734748428880 18446744073709551615 9095664 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22184/statm: 159042 152619 796 1502 0 157535 0
Current children cumulated CPU time (s) 1789.78
Current children cumulated vsize (KiB) 636168

Child status: 0
Real time (s): 1790.23
CPU time (s): 1789.82
CPU user time (s): 1786.2
CPU system time (s): 3.61745
CPU usage (%): 99.977
Max. virtual memory (cumulated for all children) (KiB): 655656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1786.2
system time used= 3.61745
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 463209
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= 1
involuntary context switches= 6582

runsolver used 3.23151 second user time and 6.41902 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= 78d8e4512631586bbdc844ad983c3b47
RANDOM SEED=1419837013

node128.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.816
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.63
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.816
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	: 5332.75
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.816
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.816
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.816
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.816
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.74
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.816
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.816
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      28404564 kB
Buffers:        149008 kB
Cached:        3147408 kB
SwapCached:          0 kB
Active:        2451776 kB
Inactive:      1915576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      28404564 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12828 kB
Writeback:           0 kB
AnonPages:     1070764 kB
Mapped:          17756 kB
Slab:           113876 kB
PageTables:       6860 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  1230452 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73116 MiB
End job on node128 at 2010-07-08 11:08:45