Trace number 2705121

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.54 1790.5

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900557362--soft-0-100-0.wbo
MD5SUM72eb8aad8ccea22a443211b3b107df93
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark466.477
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 136843
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136842
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 709
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-2705121-1278578351.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 136842
0.09/0.11	c feasible solution found by trivial heuristic, objective value  1.368420e+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.368420e+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.368420e+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.368420e+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.368420e+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.368420e+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.368420e+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.368420e+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.368420e+05 |    Inf 
18.29/18.32	c  18.3s| 10000 |  9995 |  3273 |   0.3 |  43M|1739 |   0 |5645 |5428 |5645 | 224 | 890 |  14 | 574 | 0.000000e+00 | 1.368420e+05 |    Inf 
34.29/34.37	c  34.3s| 20000 | 19989 |  4210 |   0.2 |  63M|1739 |   0 |5645 |5446 |5645 | 242 |1136 |  32 | 628 | 0.000000e+00 | 1.368420e+05 |    Inf 
50.79/50.83	c  50.8s| 30000 | 29977 |  5291 |   0.2 |  83M|1739 |   0 |5645 |5483 |5645 | 226 |1434 |  69 | 666 | 0.000000e+00 | 1.368420e+05 |    Inf 
67.39/67.43	c  67.4s| 40000 | 39933 |  5898 |   0.1 | 103M|1739 |   0 |5645 |5522 |5645 | 211 |1584 | 108 | 689 | 0.000000e+00 | 1.368420e+05 |    Inf 
83.79/83.82	c  83.8s| 50000 | 49933 |  6344 |   0.1 | 123M|1739 |   0 |5645 |5522 |5645 | 216 |1718 | 108 | 708 | 0.000000e+00 | 1.368420e+05 |    Inf 
100.89/100.93	c   101s| 60000 | 59916 |  7169 |   0.1 | 144M|1739 |   0 |5645 |5531 |5645 | 218 |1942 | 117 | 722 | 0.000000e+00 | 1.368420e+05 |    Inf 
118.40/118.44	c   118s| 70000 | 69900 |  8278 |   0.1 | 163M|1739 |   0 |5645 |5539 |5645 | 228 |2250 | 125 | 737 | 0.000000e+00 | 1.368420e+05 |    Inf 
135.79/135.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
135.79/135.80	c   136s| 80000 | 79886 |  9243 |   0.1 | 183M|1739 |   0 |5645 |5564 |5645 | 239 |2600 | 150 | 756 | 0.000000e+00 | 1.368420e+05 |    Inf 
138.40/138.46	o 736
138.40/138.46	c * 138s| 81519 | 61731 |  9479 |   0.1 | 149M|1739 |   - |5645 |5564 |5645 | 193 |2648 | 150 | 761 | 0.000000e+00 | 7.360000e+02 |    Inf 
139.19/139.22	o 708
139.19/139.22	c * 139s| 81838 | 58117 |  9683 |   0.1 | 143M|1739 |   - |5645 |5574 |5645 | 206 |2683 | 160 | 766 | 0.000000e+00 | 7.080000e+02 |    Inf 
147.80/147.82	o 675
147.80/147.82	c * 148s| 85567 | 56111 | 11696 |   0.1 | 144M|1739 |   - |5645 |6079 |5645 | 226 |3269 | 665 | 766 | 0.000000e+00 | 6.750000e+02 |    Inf 
148.09/148.16	o 674
148.09/148.16	c * 148s| 85724 | 56073 | 11777 |   0.1 | 144M|1739 |   - |5645 |6092 |5645 | 214 |3276 | 678 | 766 | 0.000000e+00 | 6.740000e+02 |    Inf 
148.09/148.19	o 649
148.09/148.19	c * 148s| 85726 | 51394 | 11779 |   0.1 | 134M|1739 |   - |5645 |6092 |5645 | 214 |3276 | 678 | 766 | 0.000000e+00 | 6.490000e+02 |    Inf 
149.19/149.23	o 647
149.19/149.23	c * 149s| 86194 | 51516 | 11920 |   0.1 | 135M|1739 |   - |5645 |6132 |5645 | 216 |3315 | 718 | 766 | 0.000000e+00 | 6.470000e+02 |    Inf 
149.19/149.24	o 637
149.19/149.24	c * 149s| 86195 | 49745 | 11920 |   0.1 | 132M|1739 |   - |5645 |6132 |5645 | 216 |3315 | 718 | 766 | 0.000000e+00 | 6.370000e+02 |    Inf 
150.29/150.38	o 631
150.29/150.38	c * 150s| 86649 | 49044 | 12351 |   0.1 | 131M|1739 |   - |5645 |6223 |5645 | 215 |3438 | 809 | 766 | 0.000000e+00 | 6.310000e+02 |    Inf 
151.70/151.73	o 594
151.70/151.73	c * 152s| 87259 | 42969 | 12642 |   0.1 | 118M|1739 |   - |5645 |6228 |5645 | 210 |3488 | 814 | 766 | 0.000000e+00 | 5.940000e+02 |    Inf 
151.80/151.81	o 583
151.80/151.81	c * 152s| 87291 | 41338 | 12660 |   0.1 | 115M|1739 |   - |5645 |6228 |5645 | 210 |3488 | 814 | 766 | 0.000000e+00 | 5.830000e+02 |    Inf 
151.99/152.07	o 553
151.99/152.07	c * 152s| 87402 | 37358 | 12729 |   0.1 | 106M|1739 |   - |5645 |6250 |5645 | 217 |3501 | 836 | 766 | 0.000000e+00 | 5.530000e+02 |    Inf 
152.19/152.24	o 536
152.19/152.24	c * 152s| 87471 | 35657 | 12821 |   0.1 | 102M|1739 |   - |5645 |6250 |5645 | 220 |3517 | 836 | 766 | 0.000000e+00 | 5.360000e+02 |    Inf 
152.99/153.05	o 494
152.99/153.05	c * 153s| 87814 | 31799 | 12981 |   0.1 |  94M|1739 |   - |5645 |6276 |5645 | 221 |3565 | 862 | 770 | 0.000000e+00 | 4.940000e+02 |    Inf 
154.00/154.04	o 464
154.00/154.04	c * 154s| 88196 | 28991 | 13212 |   0.1 |  89M|1739 |   - |5645 |6442 |5645 | 221 |3628 |1028 | 770 | 0.000000e+00 | 4.640000e+02 |    Inf 
155.00/155.02	o 444
155.00/155.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
155.00/155.02	c * 155s| 88581 | 27425 | 13425 |   0.1 |  87M|1739 |   - |5645 |6621 |5645 | 219 |3660 |1207 | 770 | 0.000000e+00 | 4.440000e+02 |    Inf 
158.59/158.66	c   159s| 90000 | 28664 | 14490 |   0.2 |  92M|1739 |   0 |5645 |7037 |5645 | 213 |4024 |1623 | 777 | 0.000000e+00 | 4.440000e+02 |    Inf 
164.19/164.26	o 396
164.19/164.26	c * 164s| 92024 | 26664 | 16838 |   0.2 |  90M|1739 |   - |5645 |7633 |5645 | 223 |4718 |2221 | 864 | 0.000000e+00 | 3.960000e+02 |    Inf 
164.39/164.48	o 362
164.39/164.48	c * 164s| 92100 | 24283 | 16938 |   0.2 |  84M|1739 |   - |5645 |7696 |5645 | 224 |4743 |2284 | 868 | 0.000000e+00 | 3.620000e+02 |    Inf 
165.29/165.30	o 319
165.29/165.30	c * 165s| 92426 | 21364 | 17271 |   0.2 |  76M|1739 |   - |5645 |7774 |5645 | 193 |4813 |2362 | 869 | 0.000000e+00 | 3.190000e+02 |    Inf 
165.39/165.48	o 304
165.39/165.48	c * 165s| 92496 | 20374 | 17300 |   0.2 |  74M|1739 |   - |5645 |7782 |5645 | 193 |4826 |2370 | 869 | 0.000000e+00 | 3.040000e+02 |    Inf 
172.40/172.42	o 300
172.40/172.42	c * 172s| 94840 | 22093 | 20258 |   0.2 |  81M|1739 |   - |5645 |8406 |5645 | 216 |5738 |3014 | 914 | 0.000000e+00 | 3.000000e+02 |    Inf 
185.99/186.02	o 287
185.99/186.02	c * 186s| 99405 | 24965 | 26352 |   0.3 |  94M|1739 |   - |5645 |9735 |5645 | 207 |7564 |4764 |1000 | 0.000000e+00 | 2.870000e+02 |    Inf 
187.79/187.87	c   188s|100000 | 25483 | 27476 |   0.3 |  96M|1739 |   0 |5645 |9795 |5645 | 202 |7865 |4937 |1009 | 0.000000e+00 | 2.870000e+02 |    Inf 
203.29/203.34	o 275
203.29/203.34	c * 203s|104879 | 28208 | 40034 |   0.4 | 112M|1739 |   - |5645 |  10k|5645 | 224 |  11k|6931 |1219 | 0.000000e+00 | 2.750000e+02 |    Inf 
203.80/203.80	o 265
203.80/203.80	c * 204s|105033 | 27598 | 40230 |   0.4 | 110M|1739 |   - |5645 |  10k|5645 | 220 |  11k|6961 |1219 | 0.000000e+00 | 2.650000e+02 |    Inf 
216.40/216.40	o 258
216.40/216.40	c * 216s|109451 | 30728 | 45934 |   0.4 | 124M|1739 |   - |5645 |  10k|5645 | 207 |  13k|8397 |1255 | 0.000000e+00 | 2.580000e+02 |    Inf 
216.40/216.41	o 243
216.40/216.41	c * 216s|109452 | 29333 | 45934 |   0.4 | 120M|1739 |   - |5645 |  10k|5645 | 207 |  13k|8397 |1255 | 0.000000e+00 | 2.430000e+02 |    Inf 
217.99/218.02	c   218s|110000 | 29773 | 46493 |   0.4 | 121M|1739 |   0 |5645 |  10k|5645 | 237 |  13k|8593 |1259 | 0.000000e+00 | 2.430000e+02 |    Inf 
226.30/226.31	o 237
226.30/226.31	c * 226s|112682 | 31236 | 51822 |   0.5 | 129M|1739 |   - |5645 |  10k|5645 | 211 |  14k|9665 |1329 | 0.000000e+00 | 2.370000e+02 |    Inf 
247.69/247.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
247.69/247.78	c   248s|120000 | 36995 | 62326 |   0.5 | 155M|1739 |   0 |5645 |  11k|5645 | 234 |  17k|  12k|1383 | 0.000000e+00 | 2.370000e+02 |    Inf 
277.70/277.70	c   278s|130000 | 44830 | 75947 |   0.6 | 189M|1739 |   0 |5645 |9668 |5645 | 202 |  21k|  16k|1513 | 0.000000e+00 | 2.370000e+02 |    Inf 
305.60/305.68	o 236
305.60/305.68	c * 306s|139603 | 52351 | 86282 |   0.6 | 222M|1739 |   - |5645 |9217 |5645 | 204 |  25k|  20k|1625 | 0.000000e+00 | 2.360000e+02 |    Inf 
305.60/305.68	o 227
305.60/305.68	c * 306s|139604 | 51040 | 86287 |   0.6 | 216M|1739 |   - |5645 |9217 |5645 | 204 |  25k|  20k|1625 | 0.000000e+00 | 2.270000e+02 |    Inf 
307.19/307.20	c   307s|140000 | 51266 | 87345 |   0.6 | 217M|1739 |   - |5645 |8911 |   0 |   0 |  25k|  21k|1638 | 0.000000e+00 | 2.270000e+02 |    Inf 
333.70/333.79	o 225
333.70/333.79	c * 334s|148408 | 57501 |104545 |   0.7 | 247M|1739 |   - |5645 |8370 |5645 | 200 |  30k|  24k|1820 | 0.000000e+00 | 2.250000e+02 |    Inf 
334.59/334.64	o 221
334.59/334.64	c * 335s|148770 | 57188 |104637 |   0.7 | 246M|1739 |   - |5645 |8360 |5645 | 199 |  30k|  24k|1820 | 0.000000e+00 | 2.210000e+02 |    Inf 
336.40/336.45	o 217
336.40/336.45	c * 336s|149384 | 57011 |105591 |   0.7 | 246M|1739 |   - |5645 |8363 |5645 | 199 |  31k|  25k|1828 | 0.000000e+00 | 2.170000e+02 |    Inf 
338.60/338.60	c   339s|150000 | 57478 |106551 |   0.7 | 249M|1739 |   0 |5645 |8602 |5645 | 191 |  31k|  25k|1842 | 0.000000e+00 | 2.170000e+02 |    Inf 
338.80/338.81	o 207
338.80/338.81	c * 339s|150099 | 55507 |106561 |   0.7 | 240M|1739 |   - |5645 |8602 |5645 | 195 |  31k|  25k|1842 | 0.000000e+00 | 2.070000e+02 |    Inf 
350.39/350.46	o 205
350.39/350.46	c * 350s|154095 | 58270 |111832 |   0.7 | 253M|1739 |   - |5645 |8756 |5645 | 213 |  33k|  26k|1888 | 0.000000e+00 | 2.050000e+02 |    Inf 
350.39/350.47	o 190
350.39/350.47	c * 350s|154096 | 55064 |111832 |   0.7 | 239M|1739 |   - |5645 |8756 |5645 | 213 |  33k|  26k|1888 | 0.000000e+00 | 1.900000e+02 |    Inf 
351.70/351.72	o 168
351.70/351.72	c * 352s|154523 | 50005 |112521 |   0.7 | 209M|1739 |   - |5645 |8579 |5645 | 201 |  33k|  26k|1904 | 0.000000e+00 | 1.680000e+02 |    Inf 
370.80/370.80	c   371s|160000 | 53465 |126509 |   0.8 | 231M|1739 |   0 |5645 |7110 |5645 | 204 |  37k|  29k|2035 | 0.000000e+00 | 1.680000e+02 |    Inf 
377.70/377.78	o 160
377.70/377.78	c * 378s|162128 | 52396 |130490 |   0.8 | 225M|1739 |   - |5645 |7005 |5645 | 185 |  38k|  30k|2074 | 0.000000e+00 | 1.600000e+02 |    Inf 
402.80/402.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
402.80/402.83	c   403s|170000 | 58098 |145213 |   0.9 | 258M|1739 |   0 |5645 |7203 |5645 | 205 |  42k|  34k|2262 | 0.000000e+00 | 1.600000e+02 |    Inf 
408.00/408.04	o 153
408.00/408.04	c * 408s|171389 | 56734 |150515 |   0.9 | 251M|1739 |   - |5645 |7702 |5645 | 248 |  44k|  35k|2322 | 0.000000e+00 | 1.530000e+02 |    Inf 
418.80/418.82	o 150
418.80/418.82	c * 419s|174521 | 57607 |157760 |   0.9 | 259M|1739 |   - |5645 |8403 |5645 | 247 |  46k|  37k|2377 | 0.000000e+00 | 1.500000e+02 |    Inf 
418.80/418.83	o 149
418.80/418.83	c * 419s|174522 | 57185 |157767 |   0.9 | 258M|1739 |   - |5645 |8403 |5645 | 247 |  46k|  37k|2377 | 0.000000e+00 | 1.490000e+02 |    Inf 
419.30/419.33	o 147
419.30/419.33	c * 419s|174625 | 56192 |158340 |   0.9 | 253M|1739 |   - |5645 |8509 |5645 | 233 |  46k|  37k|2380 | 0.000000e+00 | 1.470000e+02 |    Inf 
419.30/419.39	o 135
419.30/419.39	c * 419s|174668 | 51503 |158357 |   0.9 | 229M|1739 |   - |5645 |8509 |5645 | 232 |  46k|  37k|2380 | 0.000000e+00 | 1.350000e+02 |    Inf 
437.50/437.56	c   438s|180000 | 55027 |168879 |   0.9 | 251M|1739 |   0 |5645 |7756 |5645 | 181 |  50k|  39k|2497 | 0.000000e+00 | 1.350000e+02 |    Inf 
447.40/447.46	o 130
447.40/447.46	c * 447s|183008 | 55188 |176545 |   1.0 | 256M|1739 |   - |5645 |7413 |5645 | 206 |  52k|  41k|2545 | 0.000000e+00 | 1.300000e+02 |    Inf 
450.60/450.68	o 127
450.60/450.68	c * 451s|183865 | 54660 |180133 |   1.0 | 256M|1739 |   - |5645 |7575 |5645 | 230 |  53k|  42k|2587 | 0.000000e+00 | 1.270000e+02 |    Inf 
473.20/473.27	c   473s|190000 | 58290 |202595 |   1.1 | 282M|1739 |   1 |5645 |8441 |5645 | 197 |  59k|  45k|2756 | 0.000000e+00 | 1.270000e+02 |    Inf 
493.00/493.01	o 125
493.00/493.01	c * 493s|195195 | 60564 |221769 |   1.1 | 303M|1739 |   - |5645 |8343 |5645 | 241 |  65k|  49k|2920 | 0.000000e+00 | 1.250000e+02 |    Inf 
500.20/500.23	o 112
500.20/500.23	c * 500s|196984 | 56988 |230030 |   1.2 | 290M|1739 |   - |5645 |7850 |5645 | 277 |  68k|  50k|2980 | 0.000000e+00 | 1.120000e+02 |    Inf 
510.40/510.42	c   510s|200000 | 58764 |236302 |   1.2 | 303M|1739 |   - |5645 |8111 |   0 |   0 |  70k|  52k|3057 | 0.000000e+00 | 1.120000e+02 |    Inf 
538.80/538.80	o 97
538.80/538.80	c * 539s|208317 | 57030 |253873 |   1.2 | 304M|1739 |   - |5645 |7327 |5645 | 237 |  75k|  58k|3204 | 0.000000e+00 | 9.700000e+01 |    Inf 
545.11/545.11	c   545s|210000 | 57767 |259858 |   1.2 | 312M|1739 |   0 |5645 |7079 |5645 | 257 |  77k|  59k|3234 | 0.000000e+00 | 9.700000e+01 |    Inf 
548.70/548.76	o 82
548.70/548.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
548.70/548.76	c * 549s|211044 | 49309 |261500 |   1.2 | 263M|1739 |   - |5645 |6873 |5645 | 214 |  77k|  59k|3246 | 0.000000e+00 | 8.200000e+01 |    Inf 
548.70/548.78	o 75
548.70/548.78	c * 549s|211045 | 45675 |261500 |   1.2 | 241M|1739 |   - |5645 |6873 |5645 | 214 |  77k|  59k|3246 | 0.000000e+00 | 7.500000e+01 |    Inf 
579.20/579.26	c   579s|220000 | 47361 |289686 |   1.3 | 266M|1739 |   - |5645 |7658 |   0 |   0 |  84k|  71k|3469 | 0.000000e+00 | 7.500000e+01 |    Inf 
615.30/615.35	c   615s|230000 | 49377 |329342 |   1.4 | 295M|1739 |   0 |5645 |7213 |5645 | 234 |  94k|  83k|3698 | 0.000000e+00 | 7.500000e+01 |    Inf 
649.11/649.15	c   649s|240000 | 51290 |361410 |   1.5 | 316M|1739 |   0 |5645 |7974 |5645 | 200 | 104k|  94k|3840 | 0.000000e+00 | 7.500000e+01 |    Inf 
667.30/667.31	o 72
667.30/667.31	c * 667s|244611 | 50752 |381402 |   1.6 | 322M|1739 |   - |5645 |7988 |5645 | 272 | 109k| 100k|3921 | 0.000000e+00 | 7.200000e+01 |    Inf 
667.30/667.33	o 66
667.30/667.33	c * 667s|244612 | 48206 |381402 |   1.6 | 308M|1739 |   - |5645 |7988 |5645 | 272 | 109k| 100k|3921 | 0.000000e+00 | 6.600000e+01 |    Inf 
686.21/686.25	c   686s|250000 | 48912 |397556 |   1.6 | 319M|1739 |   - |5645 |6770 |   0 |   0 | 113k| 106k|4035 | 0.000000e+00 | 6.600000e+01 |    Inf 
721.51/721.56	c   722s|260000 | 50652 |435133 |   1.7 | 340M|1739 |   - |5645 |7973 |   0 |   0 | 124k| 117k|4199 | 0.000000e+00 | 6.600000e+01 |    Inf 
758.21/758.29	c   758s|270000 | 53645 |471881 |   1.7 | 366M|1739 |   - |5645 |9132 |   0 |   0 | 135k| 127k|4344 | 0.000000e+00 | 6.600000e+01 |    Inf 
795.51/795.52	c   795s|280000 | 55492 |512061 |   1.8 | 388M|1739 |   - |5645 |9631 |   0 |   0 | 147k| 138k|4499 | 0.000000e+00 | 6.600000e+01 |    Inf 
829.61/829.64	c   830s|290000 | 56881 |544005 |   1.9 | 407M|1739 |   1 |5645 |8407 |5645 | 238 | 156k| 148k|4667 | 0.000000e+00 | 6.600000e+01 |    Inf 
863.21/863.26	c   863s|300000 | 57733 |572189 |   1.9 | 420M|1739 |   7 |5645 |8237 |5645 | 223 | 164k| 160k|4796 | 0.000000e+00 | 6.600000e+01 |    Inf 
896.71/896.72	c   897s|310000 | 59068 |603423 |   1.9 | 439M|1739 |   0 |5645 |8305 |5645 | 225 | 172k| 174k|4913 | 0.000000e+00 | 6.600000e+01 |    Inf 
925.42/925.44	o 49
925.42/925.44	c * 925s|318760 | 50600 |626817 |   2.0 | 396M|1739 |   - |5645 |9050 |5645 | 201 | 178k| 183k|5023 | 0.000000e+00 | 4.900000e+01 |    Inf 
929.11/929.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
929.11/929.10	c   929s|320000 | 50539 |630169 |   2.0 | 396M|1739 |   4 |5645 |7769 |5645 | 197 | 179k| 185k|5031 | 0.000000e+00 | 4.900000e+01 |    Inf 
957.61/957.66	c   958s|330000 | 51299 |664404 |   2.0 | 405M|1739 |   0 |5645 |9033 |5645 | 246 | 187k| 196k|5192 | 0.000000e+00 | 4.900000e+01 |    Inf 
970.91/970.96	o 48
970.91/970.96	c * 971s|334903 | 51429 |678172 |   2.0 | 408M|1739 |   - |5645 |9049 |5645 | 221 | 190k| 202k|5242 | 0.000000e+00 | 4.800000e+01 |    Inf 
985.21/985.23	c   985s|340000 | 51943 |692984 |   2.0 | 413M|1739 |   1 |5645 |8266 |5645 | 207 | 193k| 208k|5275 | 0.000000e+00 | 4.800000e+01 |    Inf 
1013.21/1013.27	c  1013s|350000 | 52993 |725000 |   2.1 | 423M|1739 |   0 |5645 |9634 |5645 | 253 | 199k| 219k|5356 | 0.000000e+00 | 4.800000e+01 |    Inf 
1042.91/1042.99	c  1043s|360000 | 54233 |756066 |   2.1 | 436M|1739 |   5 |5645 |  12k|5645 | 265 | 205k| 231k|5428 | 0.000000e+00 | 4.800000e+01 |    Inf 
1052.92/1052.98	o 39
1052.92/1052.98	c *1053s|363315 | 47692 |766318 |   2.1 | 398M|1739 |   - |5645 |9981 |5645 | 262 | 207k| 235k|5448 | 0.000000e+00 | 3.900000e+01 |    Inf 
1071.12/1071.15	c  1071s|370000 | 47727 |795075 |   2.1 | 402M|1739 |   5 |5645 |8414 |5645 | 238 | 212k| 243k|5542 | 0.000000e+00 | 3.900000e+01 |    Inf 
1097.72/1097.71	c  1098s|380000 | 47661 |836072 |   2.2 | 406M|1739 |   - |5645 |8950 |   0 |   0 | 219k| 257k|5646 | 0.000000e+00 | 3.900000e+01 |    Inf 
1122.31/1122.33	c  1122s|390000 | 47777 |866220 |   2.2 | 410M|1739 |  15 |5645 |  10k|5645 | 197 | 224k| 269k|5717 | 0.000000e+00 | 3.900000e+01 |    Inf 
1146.32/1146.38	c  1146s|400000 | 47962 |892571 |   2.2 | 414M|1739 |   - |5645 |  11k|   0 |   0 | 228k| 281k|5762 | 0.000000e+00 | 3.900000e+01 |    Inf 
1171.62/1171.70	c  1172s|410000 | 48159 |922142 |   2.2 | 420M|1739 |  10 |5645 |  10k|5645 | 199 | 233k| 293k|5833 | 0.000000e+00 | 3.900000e+01 |    Inf 
1193.62/1193.65	o 38
1193.62/1193.65	c *1194s|419016 | 47714 |949324 |   2.3 | 420M|1739 |   - |5645 |  11k|5645 | 232 | 237k| 304k|5873 | 0.000000e+00 | 3.800000e+01 |    Inf 
1196.12/1196.13	c  1196s|420000 | 47753 |952667 |   2.3 | 420M|1739 |   8 |5645 |  10k|5645 | 241 | 237k| 305k|5873 | 0.000000e+00 | 3.800000e+01 |    Inf 
1209.82/1209.85	o 30
1209.82/1209.85	c *1210s|425130 | 44603 |970734 |   2.3 | 396M|1739 |   - |5645 |  12k|5645 | 232 | 240k| 312k|5895 | 0.000000e+00 | 3.000000e+01 |    Inf 
1221.42/1221.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1221.42/1221.44	c  1221s|430000 | 44647 |988448 |   2.3 | 397M|1739 |   1 |5645 |  10k|5645 | 237 | 242k| 319k|5920 | 0.000000e+00 | 3.000000e+01 |    Inf 
1244.52/1244.52	c  1244s|440000 | 44779 |  1023k|   2.3 | 400M|1739 |  12 |5645 |  12k|5645 | 235 | 247k| 333k|5989 | 0.000000e+00 | 3.000000e+01 |    Inf 
1268.32/1268.39	c  1268s|450000 | 44870 |  1058k|   2.4 | 403M|1739 |   - |5645 |  12k|   0 |   0 | 252k| 347k|6054 | 0.000000e+00 | 3.000000e+01 |    Inf 
1291.22/1291.30	c  1291s|460000 | 45005 |  1089k|   2.4 | 406M|1739 |   - |5645 |  12k|   0 |   0 | 256k| 360k|6099 | 0.000000e+00 | 3.000000e+01 |    Inf 
1314.53/1314.58	c  1315s|470000 | 45081 |  1122k|   2.4 | 408M|1739 |   - |5645 |  13k|   0 |   0 | 260k| 374k|6143 | 0.000000e+00 | 3.000000e+01 |    Inf 
1337.23/1337.22	c  1337s|480000 | 45015 |  1153k|   2.4 | 408M|1739 |   1 |5645 |  10k|5645 | 242 | 263k| 388k|6235 | 0.000000e+00 | 3.000000e+01 |    Inf 
1351.83/1351.85	o 25
1351.83/1351.85	c *1352s|486465 | 42348 |  1172k|   2.4 | 385M|1739 |   - |5645 |9980 |5645 | 214 | 266k| 396k|6285 | 0.000000e+00 | 2.500000e+01 |    Inf 
1359.22/1359.24	c  1359s|490000 | 42388 |  1182k|   2.4 | 386M|1739 |   - |5645 |  11k|   0 |   0 | 267k| 400k|6303 | 0.000000e+00 | 2.500000e+01 |    Inf 
1379.62/1379.63	c  1380s|500000 | 42315 |  1211k|   2.4 | 386M|1739 |   - |5645 |8381 |   0 |   0 | 271k| 414k|6361 | 0.000000e+00 | 2.500000e+01 |    Inf 
1400.12/1400.10	c  1400s|510000 | 42462 |  1241k|   2.4 | 389M|1739 |  21 |5645 |9131 |5645 | 239 | 275k| 427k|6397 | 0.000000e+00 | 2.500000e+01 |    Inf 
1420.53/1420.58	c  1421s|520000 | 42535 |  1270k|   2.4 | 391M|1739 |   - |5645 |  10k|   0 |   0 | 278k| 440k|6439 | 0.000000e+00 | 2.500000e+01 |    Inf 
1442.13/1442.13	c  1442s|530000 | 42599 |  1305k|   2.5 | 393M|1739 |   - |5645 |  12k|   0 |   0 | 283k| 453k|6528 | 0.000000e+00 | 2.500000e+01 |    Inf 
1463.73/1463.76	c  1464s|540000 | 42716 |  1333k|   2.5 | 396M|1739 |   - |5645 |  13k|   0 |   0 | 286k| 467k|6572 | 0.000000e+00 | 2.500000e+01 |    Inf 
1486.32/1486.34	c  1486s|550000 | 42733 |  1368k|   2.5 | 397M|1739 |   1 |5645 |  12k|5645 | 256 | 291k| 480k|6612 | 0.000000e+00 | 2.500000e+01 |    Inf 
1509.23/1509.22	c  1509s|560000 | 42695 |  1405k|   2.5 | 398M|1739 |   4 |5645 |  12k|5645 | 283 | 297k| 494k|6675 | 0.000000e+00 | 2.500000e+01 |    Inf 
1532.92/1532.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1532.92/1532.94	c  1533s|570000 | 42506 |  1447k|   2.5 | 398M|1739 |   1 |5645 |8182 |5645 | 237 | 303k| 507k|7206 | 0.000000e+00 | 2.500000e+01 |    Inf 
1534.53/1534.55	o 18
1534.53/1534.55	c *1535s|570692 | 39019 |  1450k|   2.5 | 363M|1739 |   - |5645 |8734 |5645 | 249 | 303k| 507k|7224 | 0.000000e+00 | 1.800000e+01 |    Inf 
1554.42/1554.49	c  1554s|580000 | 38227 |  1493k|   2.6 | 362M|1739 |   - |5645 |7951 |   0 |   0 | 309k| 520k|7255 | 0.000000e+00 | 1.800000e+01 |    Inf 
1575.73/1575.76	c  1576s|590000 | 38261 |  1537k|   2.6 | 364M|1739 |  10 |5645 |  12k|5645 | 252 | 317k| 533k|7255 | 0.000000e+00 | 1.800000e+01 |    Inf 
1597.73/1597.72	c  1598s|600000 | 37805 |  1584k|   2.6 | 362M|1739 |   - |5645 |  12k|   0 |   0 | 324k| 547k|7317 | 0.000000e+00 | 1.800000e+01 |    Inf 
1619.33/1619.36	c  1619s|610000 | 37601 |  1627k|   2.7 | 362M|1739 |   - |5645 |  10k|   0 |   0 | 329k| 561k|7387 | 0.000000e+00 | 1.800000e+01 |    Inf 
1641.63/1641.64	c  1642s|620000 | 37519 |  1672k|   2.7 | 363M|1739 |  14 |5645 |  13k|5645 | 227 | 336k| 574k|7447 | 0.000000e+00 | 1.800000e+01 |    Inf 
1663.63/1663.67	c  1664s|630000 | 37619 |  1711k|   2.7 | 365M|1739 |   1 |5645 |  15k|5645 | 227 | 342k| 588k|7471 | 0.000000e+00 | 1.800000e+01 |    Inf 
1684.73/1684.76	c  1685s|640000 | 37607 |  1743k|   2.7 | 366M|1739 |   7 |5645 |  16k|5645 | 253 | 346k| 602k|7509 | 0.000000e+00 | 1.800000e+01 |    Inf 
1706.73/1706.78	c  1707s|650000 | 37515 |  1779k|   2.7 | 365M|1739 |   1 |5645 |  16k|5645 | 190 | 351k| 617k|7535 | 0.000000e+00 | 1.800000e+01 |    Inf 
1730.03/1730.03	c  1730s|660000 | 37413 |  1824k|   2.8 | 367M|1739 |   - |5645 |  11k|   0 |   0 | 357k| 629k|7705 | 0.000000e+00 | 1.800000e+01 |    Inf 
1753.83/1753.81	c  1754s|670000 | 37611 |  1875k|   2.8 | 373M|1739 |   3 |5645 |  14k|5645 | 218 | 364k| 642k|7773 | 0.000000e+00 | 1.800000e+01 |    Inf 
1777.64/1777.66	c  1778s|680000 | 37482 |  1923k|   2.8 | 373M|1739 |   8 |5645 |  15k|5645 | 249 | 371k| 656k|7836 | 0.000000e+00 | 1.800000e+01 |    Inf 
1790.03/1790.00	c 
1790.03/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1790.03/1790.00	c Solving Time (sec) : 1789.97
1790.03/1790.00	c Solving Nodes      : 684745
1790.03/1790.00	c Primal Bound       : +1.80000000000000e+01 (413 solutions)
1790.03/1790.00	c Dual Bound         : +0.00000000000000e+00
1790.03/1790.00	c Gap                : infinite
1790.03/1790.08	s SATISFIABLE
1790.03/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.03/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.03/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.03/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.03/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.03/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.03/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 -x80 
1790.03/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 
1790.03/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.03/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 
1790.03/1790.08	v -x1 
1790.03/1790.08	c SCIP Status        : solving was interrupted [time limit reached]
1790.03/1790.08	c Solving Time       :    1789.97
1790.03/1790.08	c Original Problem   :
1790.03/1790.08	c   Problem name     : HOME/instance-2705121-1278578351.wbo
1790.03/1790.08	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.03/1790.08	c   Constraints      : 5415 initial, 5415 maximal
1790.03/1790.08	c Presolved Problem  :
1790.03/1790.08	c   Problem name     : t_HOME/instance-2705121-1278578351.wbo
1790.03/1790.08	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.03/1790.08	c   Constraints      : 5414 initial, 17035 maximal
1790.03/1790.08	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.03/1790.08	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.08	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.08	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.08	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.08	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.08	c   probing          :       0.03          0          0          0          0          0          0          0          0
1790.03/1790.08	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1790.03/1790.08	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.08	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.08	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.08	c   root node        :          -       4478          -          -       4478          -          -          -          -
1790.03/1790.08	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.03/1790.08	c   integral         :          0          0          0     547032          0          1        362          0          0     485622
1790.03/1790.08	c   linear           :       2707          6    3718531     283597          1     123273   13599565     375160          0          0
1790.03/1790.08	c   indicator        :       2707          0    3616253     303883          1       5623   28890086          0          0          0
1790.03/1790.08	c   logicor          :          0+         0    1019515          0          0      46859     854561          0          0          0
1790.03/1790.08	c   bounddisjunction :          0+         0     364897          0          0        385      16265          0          0          0
1790.03/1790.08	c   countsols        :          0          0          0     223964          1          0          0          0          0          0
1790.03/1790.08	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.03/1790.08	c   integral         :      12.04       0.00       0.00      12.04       0.00
1790.03/1790.08	c   linear           :     155.37       0.00     128.18      27.19       0.00
1790.03/1790.08	c   indicator        :     230.96       0.01     166.19      64.75       0.00
1790.03/1790.08	c   logicor          :      81.92       0.00      81.92       0.00       0.00
1790.03/1790.08	c   bounddisjunction :       5.85       0.00       5.85       0.00       0.00
1790.03/1790.08	c   countsols        :       0.05       0.00       0.00       0.05       0.00
1790.03/1790.08	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.03/1790.08	c   vbounds          :       1.43     211204          6      45828
1790.03/1790.08	c   rootredcost      :       0.60         57          0       2239
1790.03/1790.08	c   pseudoobj        :     202.66    3821146      80270   28113964
1790.03/1790.08	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.03/1790.08	c   propagation      :      21.97     250787     250775    1611490       27.0       6660       24.1          -
1790.03/1790.08	c   infeasible LP    :       2.08       5156       5156      44572       37.7         54       23.7          0
1790.03/1790.08	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.03/1790.08	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.03/1790.08	c   pseudo solution  :       0.00          1          1          9       17.6          0        0.0          -
1790.03/1790.08	c   applied globally :          -          -          -     662491       22.5          -          -          -
1790.03/1790.08	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.03/1790.08	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.03/1790.08	c   cut pool         :       0.00          3          -          -          1          -    (maximal pool size: 73)
1790.03/1790.08	c   redcost          :      70.79     560058          0    1565316          0          0
1790.03/1790.08	c   impliedbounds    :       0.00          4          0          0          0          0
1790.03/1790.08	c   intobj           :       0.00          0          0          0          0          0
1790.03/1790.08	c   cgmip            :       0.00          0          0          0          0          0
1790.03/1790.08	c   gomory           :       0.01          4          0          0        230          0
1790.03/1790.08	c   strongcg         :       0.01          4          0          0        215          0
1790.03/1790.08	c   cmir             :       0.01          4          0          0          0          0
1790.03/1790.08	c   flowcover        :       0.02          4          0          0          0          0
1790.03/1790.08	c   clique           :       0.00          1          0          0          0          0
1790.03/1790.08	c   zerohalf         :       0.00          0          0          0          0          0
1790.03/1790.08	c   mcf              :       0.00          1          0          0          0          0
1790.03/1790.08	c   rapidlearning    :       0.17          1          0          0          0          0
1790.03/1790.08	c Pricers            :       Time      Calls       Vars
1790.03/1790.08	c   problem variables:       0.00          0          0
1790.03/1790.08	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.03/1790.08	c   relpscost        :      11.72     243116          1        362          0          0     485622
1790.03/1790.08	c   pscost           :       0.00          0          0          0          0          0          0
1790.03/1790.08	c   inference        :     123.89     223908          0          0          0          0     448565
1790.03/1790.08	c   mostinf          :       0.00          0          0          0          0          0          0
1790.03/1790.08	c   leastinf         :       0.00          0          0          0          0          0          0
1790.03/1790.08	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.03/1790.08	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.03/1790.08	c   random           :       0.00          0          0          0          0          0          0
1790.03/1790.08	c Primal Heuristics  :       Time      Calls      Found
1790.03/1790.08	c   LP solutions     :       0.37          -         57
1790.03/1790.08	c   pseudo solutions :       0.00          -          0
1790.03/1790.08	c   feaspump         :       0.00          0          0
1790.03/1790.08	c   intshifting      :       0.00          0          0
1790.03/1790.08	c   oneopt           :       0.43         50          0
1790.03/1790.08	c   guideddiving     :       0.04         17          0
1790.03/1790.08	c   coefdiving       :       0.24        126          0
1790.03/1790.08	c   pscostdiving     :       0.23        126          0
1790.03/1790.08	c   fracdiving       :       0.23        126          0
1790.03/1790.08	c   linesearchdiving :       0.24        126          0
1790.03/1790.08	c   veclendiving     :       0.23        127          0
1790.03/1790.08	c   objpscostdiving  :       0.24        123          0
1790.03/1790.08	c   rootsoldiving    :       0.24        124          0
1790.03/1790.08	c   crossover        :       3.53         92          3
1790.03/1790.08	c   trivial          :       0.07          2          2
1790.03/1790.08	c   simplerounding   :       0.54     245595          0
1790.03/1790.08	c   zirounding       :       0.57       1000          0
1790.03/1790.08	c   rounding         :       1.67       6964          0
1790.03/1790.08	c   shifting         :       0.92       2238          0
1790.03/1790.08	c   twoopt           :       0.00          0          0
1790.03/1790.08	c   fixandinfer      :       0.00          0          0
1790.03/1790.08	c   intdiving        :       0.00          0          0
1790.03/1790.08	c   actconsdiving    :       0.00          0          0
1790.03/1790.08	c   octane           :       0.00          0          0
1790.03/1790.08	c   rens             :       0.03          1          0
1790.03/1790.08	c   rins             :       0.00          0          0
1790.03/1790.08	c   localbranching   :       0.00          0          0
1790.03/1790.08	c   mutation         :       0.00          0          0
1790.03/1790.08	c   dins             :       0.00          0          0
1790.03/1790.08	c   undercover       :       0.00          0          0
1790.03/1790.08	c   nlp              :       0.11          0          0
1790.03/1790.08	c   trysol           :       0.74        890        351
1790.03/1790.08	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.03/1790.08	c   primal LP        :       0.00          0          0       0.00          -
1790.03/1790.08	c   dual LP          :     486.79     359629    1945434       5.41    3996.47
1790.03/1790.08	c   lex dual LP      :       0.00          0          0       0.00          -
1790.03/1790.08	c   barrier LP       :       0.00          0          0       0.00          -
1790.03/1790.08	c   diving/probing LP:       0.10         51        965      18.92   10125.28
1790.03/1790.08	c   strong branching :      10.15       7863      67078       8.53    6606.35
1790.03/1790.08	c     (at root node) :          -         32       1047      32.72          -
1790.03/1790.08	c   conflict analysis:       0.00          0          0       0.00          -
1790.03/1790.08	c B&B Tree           :
1790.03/1790.08	c   number of runs   :          1
1790.03/1790.08	c   nodes            :     684745
1790.03/1790.08	c   nodes (total)    :     684745
1790.03/1790.08	c   nodes left       :      37511
1790.03/1790.08	c   max depth        :       1739
1790.03/1790.08	c   max depth (total):       1739
1790.03/1790.08	c   backtracks       :      52596 (7.7%)
1790.03/1790.08	c   delayed cutoffs  :      49562
1790.03/1790.08	c   repropagations   :    1320816 (14484682 domain reductions, 43603 cutoffs)
1790.03/1790.08	c   avg switch length:       5.91
1790.03/1790.08	c   switching time   :     172.41
1790.03/1790.08	c Solution           :
1790.03/1790.08	c   Solutions found  :        413 (58 improvements)
1790.03/1790.08	c   First Solution   : +1.36842000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1790.03/1790.08	c   Primal Bound     : +1.80000000000000e+01   (in run 1, after 570692 nodes, 1534.50 seconds, depth 39, found by <relaxation>)
1790.03/1790.08	c   Dual Bound       : +0.00000000000000e+00
1790.03/1790.08	c   Gap              :   infinite
1790.03/1790.08	c   Root Dual Bound  : +0.00000000000000e+00
1790.03/1790.08	c   Root Iterations  :        184
1790.43/1790.49	c Time complete: 1790.53.

Verifier Data

OK	18

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705121-1278578351/watcher-2705121-1278578351 -o /tmp/evaluation-result-2705121-1278578351/solver-2705121-1278578351 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705121-1278578351.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.92 1.98 1.91 4/178 23352
/proc/meminfo: memFree=29708544/32950928 swapFree=67111528/67111528
[pid=23352] ppid=23350 vsize=12512 CPUtime=0
/proc/23352/stat : 23352 (pbscip.linux.x8) R 23350 23352 22855 0 -1 4202496 1976 0 0 0 0 0 0 0 24 0 1 0 26048613 12812288 1894 4089446400 4194304 10345943 140736455005184 18446744073709551615 9107500 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23352/statm: 3128 1894 429 1502 0 1621 0

[startup+0.045612 s]
/proc/loadavg: 1.92 1.98 1.91 4/178 23352
/proc/meminfo: memFree=29708544/32950928 swapFree=67111528/67111528
[pid=23352] ppid=23350 vsize=31848 CPUtime=0.03
/proc/23352/stat : 23352 (pbscip.linux.x8) R 23350 23352 22855 0 -1 4202496 7205 0 0 0 3 0 0 0 24 0 1 0 26048613 32612352 6769 4089446400 4194304 10345943 140736455005184 18446744073709551615 6326861 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23352/statm: 7962 6769 478 1502 0 6455 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 31848

[startup+0.10054 s]
/proc/loadavg: 1.92 1.98 1.91 4/178 23352
/proc/meminfo: memFree=29708544/32950928 swapFree=67111528/67111528
[pid=23352] ppid=23350 vsize=38020 CPUtime=0.09
/proc/23352/stat : 23352 (pbscip.linux.x8) R 23350 23352 22855 0 -1 4202496 8449 0 0 0 9 0 0 0 24 0 1 0 26048613 38932480 8013 4089446400 4194304 10345943 140736455005184 18446744073709551615 4246683 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23352/statm: 9505 8013 509 1502 0 7998 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38020

[startup+0.300506 s]
/proc/loadavg: 1.92 1.98 1.91 4/178 23352
/proc/meminfo: memFree=29708544/32950928 swapFree=67111528/67111528
[pid=23352] ppid=23350 vsize=70104 CPUtime=0.29
/proc/23352/stat : 23352 (pbscip.linux.x8) R 23350 23352 22855 0 -1 4202496 16227 0 0 0 28 1 0 0 25 0 1 0 26048613 71786496 15791 4089446400 4194304 10345943 140736455005184 18446744073709551615 9186026 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23352/statm: 17526 15791 632 1502 0 16019 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70104

[startup+0.700434 s]
/proc/loadavg: 1.92 1.98 1.91 4/178 23352
/proc/meminfo: memFree=29708544/32950928 swapFree=67111528/67111528
[pid=23352] ppid=23350 vsize=65264 CPUtime=0.69
/proc/23352/stat : 23352 (pbscip.linux.x8) R 23350 23352 22855 0 -1 4202496 16893 0 0 0 67 2 0 0 25 0 1 0 26048613 66830336 15052 4089446400 4194304 10345943 140736455005184 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23352/statm: 16316 15052 751 1502 0 14809 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65264

[startup+1.5003 s]
/proc/loadavg: 1.92 1.98 1.91 3/179 23353
/proc/meminfo: memFree=29650380/32950928 swapFree=67111528/67111528
[pid=23352] ppid=23350 vsize=65264 CPUtime=1.49
/proc/23352/stat : 23352 (pbscip.linux.x8) R 23350 23352 22855 0 -1 4202496 16895 0 0 0 147 2 0 0 25 0 1 0 26048613 66830336 15054 4089446400 4194304 10345943 140736455005184 18446744073709551615 4872500 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23352/statm: 16316 15054 753 1502 0 14809 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65264

[startup+3.10107 s]
/proc/loadavg: 1.92 1.98 1.91 3/179 23353
/proc/meminfo: memFree=29650132/32950928 swapFree=67111528/67111528
[pid=23352] ppid=23350 vsize=65264 CPUtime=3.1
/proc/23352/stat : 23352 (pbscip.linux.x8) R 23350 23352 22855 0 -1 4202496 16899 0 0 0 307 3 0 0 25 0 1 0 26048613 66830336 15058 4089446400 4194304 10345943 140736455005184 18446744073709551615 5615207 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23352/statm: 16316 15058 754 1502 0 14809 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 65264

[startup+6.30051 s]
/proc/loadavg: 1.93 1.98 1.91 3/179 23353
/proc/meminfo: memFree=29649416/32950928 swapFree=67111528/67111528
[pid=23352] ppid=23350 vsize=65264 CPUtime=6.29
/proc/23352/stat : 23352 (pbscip.linux.x8) R 23350 23352 22855 0 -1 4202496 18850 0 0 0 625 4 0 0 25 0 1 0 26048613 66830336 15085 4089446400 4194304 10345943 140736455005184 18446744073709551615 6756379 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23352/statm: 16316 15085 754 1502 0 14809 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 65264

[startup+12.7003 s]
/proc/loadavg: 1.93 1.98 1.91 3/179 23353
/proc/meminfo: memFree=29634028/32950928 swapFree=67111528/67111528
[pid=23352] ppid=23350 vsize=75620 CPUtime=12.69
/proc/23352/stat : 23352 (pbscip.linux.x8) R 23350 23352 22855 0 -1 4202496 24547 0 0 0 1264 5 0 0 25 0 1 0 26048613 77434880 17697 4089446400 4194304 10345943 140736455005184 18446744073709551615 4476332 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23352/statm: 18905 17697 761 1502 0 17398 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 75620

[startup+25.5011 s]
/proc/loadavg: 1.95 1.98 1.91 3/179 23353
/proc/meminfo: memFree=29576348/32950928 swapFree=67111528/67111528
[pid=23352] ppid=23350 vsize=96808 CPUtime=25.5
/proc/23352/stat : 23352 (pbscip.linux.x8) R 23350 23352 22855 0 -1 4202496 30200 0 0 0 2543 7 0 0 25 0 1 0 26048613 99131392 22767 4089446400 4194304 10345943 140736455005184 18446744073709551615 4688047 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23352/statm: 24202 22767 762 1502 0 22695 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 96808

[startup+51.1006 s]
/proc/loadavg: 1.96 1.98 1.91 3/179 23354
/proc/meminfo: memFree=29523980/32950928 swapFree=67111528/67111528
[pid=23352] ppid=23350 vsize=121272 CPUtime=51.09
/proc/23352/stat : 23352 (pbscip.linux.x8) R 23350 23352 22855 0 -1 4202496 36883 0 0 0 5098 11 0 0 25 0 1 0 26048613 124182528 28843 4089446400 4194304 10345943 140736455005184 18446744073709551615 6119802 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23352/statm: 30318 28843 762 1502 0 28811 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 121272

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.91 3/179 23356
/proc/meminfo: memFree=29409356/32950928 swapFree=67111528/67111528
[pid=23352] ppid=23350 vsize=174984 CPUtime=102.29
/proc/23352/stat : 23352 (pbscip.linux.x8) R 23350 23352 22855 0 -1 4202496 51146 0 0 0 10210 19 0 0 25 0 1 0 26048613 179183616 42518 4089446400 4194304 10345943 140736455005184 18446744073709551615 4749665 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23352/statm: 43746 42518 762 1502 0 42239 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 174984

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.91 3/179 23357
/proc/meminfo: memFree=29258524/32950928 swapFree=67111528/67111528
[pid=23352] ppid=23350 vsize=235372 CPUtime=162.29
/proc/23352/stat : 23352 (pbscip.linux.x8) R 23350 23352 22855 0 -1 4202496 127003 0 0 0 16194 35 0 0 25 0 1 0 26048613 241020928 57045 4089446400 4194304 10345943 140736455005184 18446744073709551615 4749687 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23352/statm: 58843 57045 762 1502 0 57336 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 235372

[startup+222.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/179 23359
/proc/meminfo: memFree=29071976/32950928 swapFree=67111528/67111528
[pid=23352] ppid=23350 vsize=314588 CPUtime=222.29
/proc/23352/stat : 23352 (pbscip.linux.x8) R 23350 23352 22855 0 -1 4202496 196400 0 0 0 22178 51 0 0 25 0 1 0 26048613 322138112 76619 4089446400 4194304 10345943 140736455005184 18446744073709551615 4696462 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23352/statm: 78647 76619 762 1502 0 77140 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 314588

[startup+282.301 s]
/proc/loadavg: 2.03 2.00 1.92 3/179 23361
/proc/meminfo: memFree=28934184/32950928 swapFree=67111528/67111528
[pid=23352] ppid=23350 vsize=385804 CPUtime=282.3
/proc/23352/stat : 23352 (pbscip.linux.x8) R 23350 23352 22855 0 -1 4202496 229348 0 0 0 28169 61 0 0 25 0 1 0 26048613 395063296 93235 4089446400 4194304 10345943 140736455005184 18446744073709551615 4476332 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23352/statm: 96451 93235 762 1502 0 94944 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 385804

[startup+342.3 s]
/proc/loadavg: 2.06 2.01 1.93 3/179 23362
/proc/meminfo: memFree=28796008/32950928 swapFree=67111528/67111528
[pid=23352] ppid=23350 vsize=461400 CPUtime=342.29
/proc/23352/stat : 23352 (pbscip.linux.x8) R 23350 23352 22855 0 -1 4202496 288621 0 0 0 34155 74 0 0 25 0 1 0 26048613 472473600 110294 4089446400 4194304 10345943 140736455005184 18446744073709551615 5614700 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23352/statm: 115350 110294 763 1502 0 113843 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 461400

[startup+402.301 s]
/proc/loadavg: 2.02 2.01 1.93 3/179 23364
/proc/meminfo: memFree=28672956/32950928 swapFree=67111528/67111528
[pid=23352] ppid=23350 vsize=535348 CPUtime=402.3
/proc/23352/stat : 23352 (pbscip.linux.x8) R 23350 23352 22855 0 -1 4202496 339564 0 0 0 40142 88 0 0 25 0 1 0 26048613 548196352 127011 4089446400 4194304 10345943 140736455005184 18446744073709551615 6307378 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23352/statm: 133837 127011 763 1502 0 132330 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 535348

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 23365
/proc/meminfo: memFree=28550772/32950928 swapFree=67111528/67111528
[pid=23352] ppid=23350 vsize=618228 CPUtime=462.3
/proc/23352/stat : 23352 (pbscip.linux.x8) R 23350 23352 22855 0 -1 4202496 401507 0 0 0 46129 101 0 0 25 0 1 0 26048613 633065472 144861 4089446400 4194304 10345943 140736455005184 18446744073709551615 6120260 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23352/statm: 154557 144861 763 1502 0 153050 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 618228

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 23367
/proc/meminfo: memFree=28407772/32950928 swapFree=67111528/67111528
[pid=23352] ppid=23350 vsize=712348 CPUtime=522.3
/proc/23352/stat : 23352 (pbscip.linux.x8) R 23350 23352 22855 0 -1 4202496 443366 0 0 0 52116 114 0 0 25 0 1 0 26048613 729444352 165319 4089446400 4194304 10345943 140736455005184 18446744073709551615 4967872 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23352/statm: 178087 165319 763 1502 0 176580 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 712348

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 23369
/proc/meminfo: memFree=28310020/32950928 swapFree=67111528/67111528
[pid=23352] ppid=23350 vsize=783768 CPUtime=582.31
/proc/23352/stat : 23352 (pbscip.linux.x8) R 23350 23352 22855 0 -1 4202496 482951 0 0 0 58107 124 0 0 25 0 1 0 26048613 802578432 181164 4089446400 4194304 10345943 140736455005184 18446744073709551615 4882663 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23352/statm: 195942 181164 775 1502 0 194435 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 783768

[startup+642.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 23370
/proc/meminfo: memFree=28261620/32950928 swapFree=67111528/67111528
[pid=23352] ppid=23350 vsize=827140 CPUtime=642.31
/proc/23352/stat : 23352 (pbscip.linux.x8) R 23350 23352 22855 0 -1 4202496 498848 0 0 0 64098 133 0 0 25 0 1 0 26048613 846991360 191065 4089446400 4194304 10345943 140736455005184 18446744073709551615 4696431 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23352/statm: 206785 191065 775 1502 0 205278 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 827140

[startup+702.301 s]

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

/proc/meminfo: memFree=28058200/32950928 swapFree=67111528/67111528
[pid=23352] ppid=23350 vsize=1038992 CPUtime=1062.32
/proc/23352/stat : 23352 (pbscip.linux.x8) R 23350 23352 22855 0 -1 4202496 612903 0 0 0 106035 197 0 0 25 0 1 0 26048613 1063927808 236109 4089446400 4194304 10345943 140736455005184 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23352/statm: 259748 236109 775 1502 0 258241 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1038992

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 23383
/proc/meminfo: memFree=28053448/32950928 swapFree=67111528/67111528
[pid=23352] ppid=23350 vsize=1048284 CPUtime=1122.31
/proc/23352/stat : 23352 (pbscip.linux.x8) R 23350 23352 22855 0 -1 4202496 624730 0 0 0 112026 205 0 0 25 0 1 0 26048613 1073442816 238128 4089446400 4194304 10345943 140736455005184 18446744073709551615 6868729 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23352/statm: 262071 238128 775 1502 0 260564 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 1048284

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 23385
/proc/meminfo: memFree=28043356/32950928 swapFree=67111528/67111528
[pid=23352] ppid=23350 vsize=1076416 CPUtime=1182.32
/proc/23352/stat : 23352 (pbscip.linux.x8) R 23350 23352 22855 0 -1 4202496 630804 0 0 0 118019 213 0 0 25 0 1 0 26048613 1102249984 244202 4089446400 4194304 10345943 140736455005184 18446744073709551615 9138377 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23352/statm: 269104 244202 775 1502 0 267597 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1076416

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 23386
/proc/meminfo: memFree=28016908/32950928 swapFree=67111528/67111528
[pid=23352] ppid=23350 vsize=1070652 CPUtime=1242.32
/proc/23352/stat : 23352 (pbscip.linux.x8) R 23350 23352 22855 0 -1 4202496 669443 0 0 0 124008 224 0 0 25 0 1 0 26048613 1096347648 242762 4089446400 4194304 10345943 140736455005184 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23352/statm: 267663 242762 776 1502 0 266156 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 1070652

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 23388
/proc/meminfo: memFree=28012020/32950928 swapFree=67111528/67111528
[pid=23352] ppid=23350 vsize=1077436 CPUtime=1302.33
/proc/23352/stat : 23352 (pbscip.linux.x8) R 23350 23352 22855 0 -1 4202496 674559 0 0 0 129998 235 0 0 25 0 1 0 26048613 1103294464 244052 4089446400 4194304 10345943 140736455005184 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23352/statm: 269359 244052 776 1502 0 267852 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 1077436

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 23398
/proc/meminfo: memFree=28005880/32950928 swapFree=67111528/67111528
[pid=23352] ppid=23350 vsize=1084080 CPUtime=1362.33
/proc/23352/stat : 23352 (pbscip.linux.x8) R 23350 23352 22855 0 -1 4202496 693926 0 0 0 135987 246 0 0 25 0 1 0 26048613 1110097920 245238 4089446400 4194304 10345943 140736455005184 18446744073709551615 5614780 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23352/statm: 271020 245238 776 1502 0 269513 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 1084080

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 23400
/proc/meminfo: memFree=28003860/32950928 swapFree=67111528/67111528
[pid=23352] ppid=23350 vsize=1086476 CPUtime=1422.33
/proc/23352/stat : 23352 (pbscip.linux.x8) R 23350 23352 22855 0 -1 4202496 704453 0 0 0 141979 254 0 0 25 0 1 0 26048613 1112551424 245801 4089446400 4194304 10345943 140736455005184 18446744073709551615 6307534 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23352/statm: 271619 245801 776 1502 0 270112 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 1086476

[startup+1482.3 s]
/proc/loadavg: 2.03 2.01 1.94 3/179 23402
/proc/meminfo: memFree=27998988/32950928 swapFree=67111528/67111528
[pid=23352] ppid=23350 vsize=1092436 CPUtime=1482.32
/proc/23352/stat : 23352 (pbscip.linux.x8) R 23350 23352 22855 0 -1 4202496 709741 0 0 0 147970 262 0 0 25 0 1 0 26048613 1118654464 247011 4089446400 4194304 10345943 140736455005184 18446744073709551615 6119510 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23352/statm: 273109 247011 776 1502 0 271602 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 1092436

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/179 23403
/proc/meminfo: memFree=27994116/32950928 swapFree=67111528/67111528
[pid=23352] ppid=23350 vsize=1096524 CPUtime=1542.33
/proc/23352/stat : 23352 (pbscip.linux.x8) R 23350 23352 22855 0 -1 4202496 727143 0 0 0 153959 274 0 0 25 0 1 0 26048613 1122840576 248123 4089446400 4194304 10345943 140736455005184 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23352/statm: 274131 248123 784 1502 0 272624 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 1096524

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23405
/proc/meminfo: memFree=27991456/32950928 swapFree=67111528/67111528
[pid=23352] ppid=23350 vsize=1099720 CPUtime=1602.33
/proc/23352/stat : 23352 (pbscip.linux.x8) R 23350 23352 22855 0 -1 4202496 739885 0 0 0 159946 287 0 0 25 0 1 0 26048613 1126113280 248821 4089446400 4194304 10345943 140736455005184 18446744073709551615 6119850 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23352/statm: 274930 248821 784 1502 0 273423 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 1099720

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23406
/proc/meminfo: memFree=27989808/32950928 swapFree=67111528/67111528
[pid=23352] ppid=23350 vsize=1101332 CPUtime=1662.33
/proc/23352/stat : 23352 (pbscip.linux.x8) R 23350 23352 22855 0 -1 4202496 744272 0 0 0 165934 299 0 0 25 0 1 0 26048613 1127763968 249273 4089446400 4194304 10345943 140736455005184 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23352/statm: 275333 249273 784 1502 0 273826 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 1101332

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23408
/proc/meminfo: memFree=27982312/32950928 swapFree=67111528/67111528
[pid=23352] ppid=23350 vsize=1103676 CPUtime=1722.34
/proc/23352/stat : 23352 (pbscip.linux.x8) R 23350 23352 22855 0 -1 4202496 744680 0 0 0 171924 310 0 0 25 0 1 0 26048613 1130164224 249681 4089446400 4194304 10345943 140736455005184 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23352/statm: 275919 249681 784 1502 0 274412 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 1103676

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23437
/proc/meminfo: memFree=28727280/32950928 swapFree=67111528/67111528
[pid=23352] ppid=23350 vsize=1111244 CPUtime=1782.33
/proc/23352/stat : 23352 (pbscip.linux.x8) R 23350 23352 22855 0 -1 4202496 749907 0 0 0 177912 321 0 0 25 0 1 0 26048613 1137913856 251098 4089446400 4194304 10345943 140736455005184 18446744073709551615 6715796 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23352/statm: 277811 251098 784 1502 0 276304 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 1111244

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23437
/proc/meminfo: memFree=28718856/32950928 swapFree=67111528/67111528
[pid=23352] ppid=23350 vsize=1111404 CPUtime=1785.53
/proc/23352/stat : 23352 (pbscip.linux.x8) R 23350 23352 22855 0 -1 4202496 749916 0 0 0 178231 322 0 0 25 0 1 0 26048613 1138077696 251107 4089446400 4194304 10345943 140736455005184 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23352/statm: 277851 251107 784 1502 0 276344 0
Current children cumulated CPU time (s) 1785.53
Current children cumulated vsize (KiB) 1111404

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23437
/proc/meminfo: memFree=28713648/32950928 swapFree=67111528/67111528
[pid=23352] ppid=23350 vsize=1111404 CPUtime=1788.74
/proc/23352/stat : 23352 (pbscip.linux.x8) R 23350 23352 22855 0 -1 4202496 749927 0 0 0 178551 323 0 0 25 0 1 0 26048613 1138077696 251118 4089446400 4194304 10345943 140736455005184 18446744073709551615 6847567 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23352/statm: 277851 251118 784 1502 0 276344 0
Current children cumulated CPU time (s) 1788.74
Current children cumulated vsize (KiB) 1111404

[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23437
/proc/meminfo: memFree=28713648/32950928 swapFree=67111528/67111528
[pid=23352] ppid=23350 vsize=1111404 CPUtime=1789.53
/proc/23352/stat : 23352 (pbscip.linux.x8) R 23350 23352 22855 0 -1 4202496 749927 0 0 0 178630 323 0 0 25 0 1 0 26048613 1138077696 251118 4089446400 4194304 10345943 140736455005184 18446744073709551615 6802864 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23352/statm: 277851 251118 784 1502 0 276344 0
Current children cumulated CPU time (s) 1789.53
Current children cumulated vsize (KiB) 1111404

[startup+1789.9 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23437
/proc/meminfo: memFree=28710548/32950928 swapFree=67111528/67111528
[pid=23352] ppid=23350 vsize=1111404 CPUtime=1789.93
/proc/23352/stat : 23352 (pbscip.linux.x8) R 23350 23352 22855 0 -1 4202496 749930 0 0 0 178670 323 0 0 25 0 1 0 26048613 1138077696 251121 4089446400 4194304 10345943 140736455005184 18446744073709551615 6864645 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23352/statm: 277851 251121 784 1502 0 276344 0
Current children cumulated CPU time (s) 1789.93
Current children cumulated vsize (KiB) 1111404

[startup+1790.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23437
/proc/meminfo: memFree=28710548/32950928 swapFree=67111528/67111528
[pid=23352] ppid=23350 vsize=1111404 CPUtime=1790.33
/proc/23352/stat : 23352 (pbscip.linux.x8) R 23350 23352 22855 0 -1 4202496 749936 0 0 0 178710 323 0 0 25 0 1 0 26048613 1138077696 251127 4089446400 4194304 10345943 140736455005184 18446744073709551615 4723491 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/23352/statm: 277851 251127 785 1502 0 276344 0
Current children cumulated CPU time (s) 1790.33
Current children cumulated vsize (KiB) 1111404

[startup+1790.4 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23437
/proc/meminfo: memFree=28710548/32950928 swapFree=67111528/67111528
[pid=23352] ppid=23350 vsize=1111404 CPUtime=1790.43
/proc/23352/stat : 23352 (pbscip.linux.x8) R 23350 23352 22855 0 -1 4202496 749936 0 0 0 178720 323 0 0 25 0 1 0 26048613 1138077696 251127 4089446400 4194304 10345943 140736455005184 18446744073709551615 4723491 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/23352/statm: 277851 251127 785 1502 0 276344 0
Current children cumulated CPU time (s) 1790.43
Current children cumulated vsize (KiB) 1111404

Child status: 0
Real time (s): 1790.5
CPU time (s): 1790.54
CPU user time (s): 1787.26
CPU system time (s): 3.2755
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1116912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1787.26
system time used= 3.2755
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 749939
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 1166

runsolver used 2.54861 second user time and 5.85111 second system time

The end

Launcher Data

Begin job on node120 at 2010-07-08 10:39:11
IDJOB=2705121
IDBENCH=79307
IDSOLVER=1214
FILE ID=node120/2705121-1278578351
PBS_JOBID= 11240214
Free space on /tmp= 73452 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.1900557362--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-2705121-1278578351/watcher-2705121-1278578351 -o /tmp/evaluation-result-2705121-1278578351/solver-2705121-1278578351 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705121-1278578351.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 72eb8aad8ccea22a443211b3b107df93
RANDOM SEED=198113926

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29709072 kB
Buffers:        160136 kB
Cached:        2779332 kB
SwapCached:          0 kB
Active:        1689980 kB
Inactive:      1388120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29709072 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           25820 kB
Writeback:           0 kB
AnonPages:      138624 kB
Mapped:          17756 kB
Slab:           100592 kB
PageTables:       4528 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   282808 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= 73440 MiB
End job on node120 at 2010-07-08 11:09:02