Trace number 2692466

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
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverMSAT (TO) 1800.26 1800.22

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900583053--soft-0-100-0.wbo
MD5SUM4a2d6bc5f020a6a42fcf2a39cec0be8f
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 benchmark322.817
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 135715
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135714
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 651
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2692466-1277931469.wbo>
0.00/0.03	c original problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5415 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.09/0.12	o 135714
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.357140e+05
0.09/0.12	c presolving:
0.09/0.13	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.14	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.18	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.18	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.18	c presolving (3 rounds):
0.09/0.18	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.18	c  2707 implications, 0 cliques
0.09/0.18	c presolved problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5414 constraints
0.09/0.18	c    2707 constraints of type <indicator>
0.09/0.18	c    2707 constraints of type <linear>
0.09/0.18	c transformed objective value is always integral (scale: 1)
0.09/0.18	c Presolving Time: 0.12
0.09/0.18	c - non default parameters ----------------------------------------------------------------------
0.09/0.18	c # SCIP version 1.2.1.2
0.09/0.18	c 
0.09/0.18	c # frequency for displaying node information lines
0.09/0.18	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.18	c display/freq = 10000
0.09/0.18	c 
0.09/0.18	c # maximal time in seconds to run
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/time = 1799.98
0.09/0.18	c 
0.09/0.18	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/memory = 3420
0.09/0.18	c 
0.09/0.18	c # should presolving try to simplify inequalities
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/linear/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c # should presolving try to simplify knapsacks
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.18	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.18	c separating/rapidlearning/freq = 0
0.09/0.18	c 
0.09/0.18	c -----------------------------------------------------------------------------------------------
0.09/0.18	c start solving
0.09/0.19	c 
0.19/0.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.20	c t 0.2s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
0.19/0.20	c   0.2s|     1 |     0 |    22 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
0.19/0.20	c   0.2s|     1 |     0 |    43 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |    65 |     - |  19M|   0 |  19 |5645 |5414 |5645 |  89 |  89 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |    85 |     - |  19M|   0 |  30 |5645 |5414 |5645 | 113 | 113 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
0.19/0.25	c   0.2s|     1 |     0 |    98 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 127 | 127 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
0.19/0.27	c   0.2s|     1 |     0 |   106 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
0.39/0.41	c   0.3s|     1 |     2 |   185 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |  32 | 0.000000e+00 | 1.357140e+05 |    Inf 
22.49/22.57	c  22.0s| 10000 | 10001 | 16156 |   1.6 |  49M| 169 |   0 |5645 |5414 |5645 | 187 |5205 |   0 |1509 | 0.000000e+00 | 1.357140e+05 |    Inf 
41.59/41.69	c  40.7s| 20000 | 20001 | 31175 |   1.6 |  70M| 169 |   0 |5645 |5414 |5645 | 180 |9090 |   0 |1637 | 0.000000e+00 | 1.357140e+05 |    Inf 
61.09/61.16	c  59.7s| 30000 | 30001 | 52722 |   1.8 |  92M| 169 |   0 |5645 |5414 |5645 | 187 |  11k|   0 |1662 | 0.000000e+00 | 1.357140e+05 |    Inf 
80.49/80.51	c  78.7s| 40000 | 40001 | 71500 |   1.8 | 114M| 169 |   0 |5645 |5414 |5645 | 175 |  13k|   0 |1704 | 0.000000e+00 | 1.357140e+05 |    Inf 
100.10/100.13	c  97.8s| 50000 | 50001 | 95413 |   1.9 | 135M| 169 |   0 |5645 |5414 |5645 | 173 |  15k|   0 |1734 | 0.000000e+00 | 1.357140e+05 |    Inf 
119.39/119.42	c   117s| 60000 | 60001 |113081 |   1.9 | 157M| 169 |   0 |5645 |5414 |5645 | 181 |  17k|   0 |1842 | 0.000000e+00 | 1.357140e+05 |    Inf 
139.00/139.09	c   136s| 70000 | 70001 |134894 |   1.9 | 178M| 169 |   6 |5645 |5414 |5645 | 177 |  19k|   0 |1967 | 0.000000e+00 | 1.357140e+05 |    Inf 
158.49/158.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
158.49/158.58	c   155s| 80000 | 80001 |153319 |   1.9 | 200M| 169 |   0 |5645 |5414 |5645 | 187 |  21k|   0 |2123 | 0.000000e+00 | 1.357140e+05 |    Inf 
177.60/177.69	c   174s| 90000 | 90001 |168188 |   1.9 | 221M| 169 |   0 |5645 |5414 |5645 | 162 |  23k|   0 |2253 | 0.000000e+00 | 1.357140e+05 |    Inf 
197.69/197.73	c   193s|100000 |100001 |191150 |   1.9 | 243M| 169 |   0 |5645 |5414 |5645 | 185 |  25k|   0 |2413 | 0.000000e+00 | 1.357140e+05 |    Inf 
216.60/216.61	c   212s|110000 |110001 |204378 |   1.9 | 265M| 169 |   0 |5645 |5414 |5645 | 217 |  28k|   0 |2693 | 0.000000e+00 | 1.357140e+05 |    Inf 
235.50/235.52	c   230s|120000 |120001 |218353 |   1.8 | 286M| 169 |   0 |5645 |5414 |5645 | 193 |  30k|   0 |2773 | 0.000000e+00 | 1.357140e+05 |    Inf 
255.70/255.79	c   250s|130000 |130001 |244038 |   1.9 | 308M| 169 |   0 |5645 |5414 |5645 | 184 |  33k|   0 |2966 | 0.000000e+00 | 1.357140e+05 |    Inf 
267.49/267.51	o 507
267.49/267.51	c * 261s|136875 |118321 |249214 |   1.8 | 286M|2673 |   - |5645 |5424 |5645 | 215 |  34k|  10 |2993 | 0.000000e+00 | 5.070000e+02 |    Inf 
270.70/270.75	o 489
270.70/270.75	c * 265s|138892 |118825 |250170 |   1.8 | 287M|2673 |   - |5645 |5444 |5645 | 216 |  34k|  30 |2997 | 0.000000e+00 | 4.890000e+02 |    Inf 
272.80/272.81	c   267s|140000 |119902 |251120 |   1.8 | 290M|2673 |   0 |5645 |5581 |5645 | 214 |  34k| 167 |3006 | 0.000000e+00 | 4.890000e+02 |    Inf 
281.89/281.97	o 478
281.89/281.97	c * 276s|145111 |123935 |255212 |   1.8 | 298M|2673 |   - |5645 |5700 |5645 | 207 |  35k| 286 |3020 | 0.000000e+00 | 4.780000e+02 |    Inf 
286.09/286.14	o 470
286.09/286.14	c * 280s|147196 |125082 |259033 |   1.8 | 301M|2673 |   - |5645 |5910 |5645 | 206 |  35k| 496 |3068 | 0.000000e+00 | 4.700000e+02 |    Inf 
287.60/287.67	o 465
287.60/287.67	c * 281s|147936 |125167 |260996 |   1.8 | 302M|2673 |   - |5645 |5954 |5645 | 211 |  35k| 540 |3096 | 0.000000e+00 | 4.650000e+02 |    Inf 
288.70/288.76	o 459
288.70/288.76	c * 282s|148484 |124960 |262051 |   1.8 | 302M|2673 |   - |5645 |5996 |5645 | 207 |  35k| 582 |3106 | 0.000000e+00 | 4.590000e+02 |    Inf 
288.90/288.98	o 455
288.90/288.98	c * 282s|148614 |124599 |262382 |   1.8 | 302M|2673 |   - |5645 |5996 |5645 | 191 |  35k| 582 |3108 | 0.000000e+00 | 4.550000e+02 |    Inf 
290.99/291.02	o 444
290.99/291.02	c * 284s|149557 |124129 |264795 |   1.8 | 301M|2673 |   - |5645 |6136 |5645 | 214 |  36k| 722 |3121 | 0.000000e+00 | 4.440000e+02 |    Inf 
291.30/291.34	o 416
291.30/291.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
291.30/291.34	c * 285s|149724 |121104 |264986 |   1.8 | 294M|2673 |   - |5645 |6136 |5645 | 210 |  36k| 722 |3122 | 0.000000e+00 | 4.160000e+02 |    Inf 
291.90/291.93	c   285s|150000 |121376 |265364 |   1.8 | 295M|2673 |   - |5645 |6139 |5645 | 216 |  36k| 725 |3124 | 0.000000e+00 | 4.160000e+02 |    Inf 
292.70/292.75	o 390
292.70/292.75	c * 286s|150417 |118583 |265728 |   1.8 | 288M|2673 |   - |5645 |6150 |5645 | 238 |  36k| 736 |3134 | 0.000000e+00 | 3.900000e+02 |    Inf 
293.00/293.01	o 368
293.00/293.01	c * 286s|150500 |115518 |265914 |   1.8 | 282M|2673 |   - |5645 |6152 |5645 | 223 |  36k| 738 |3164 | 0.000000e+00 | 3.680000e+02 |    Inf 
297.00/297.01	o 356
297.00/297.01	c * 290s|152541 |115418 |267827 |   1.8 | 282M|2673 |   - |5645 |6252 |5645 | 192 |  36k| 838 |3175 | 0.000000e+00 | 3.560000e+02 |    Inf 
297.90/297.96	o 354
297.90/297.96	c * 291s|152906 |115255 |268994 |   1.8 | 283M|2673 |   - |5645 |6593 |5645 | 172 |  36k|1179 |3178 | 0.000000e+00 | 3.540000e+02 |    Inf 
297.90/297.97	o 342
297.90/297.97	c * 291s|152907 |112854 |268994 |   1.8 | 278M|2673 |   - |5645 |6593 |5645 | 172 |  36k|1179 |3178 | 0.000000e+00 | 3.420000e+02 |    Inf 
298.99/299.08	o 323
298.99/299.08	c * 292s|153287 |108906 |270732 |   1.8 | 271M|2673 |   - |5645 |6732 |5645 | 183 |  37k|1318 |3208 | 0.000000e+00 | 3.230000e+02 |    Inf 
299.39/299.44	o 243
299.39/299.44	c * 292s|153442 | 83309 |271064 |   1.8 | 220M|2673 |   - |5645 |6734 |5645 | 188 |  37k|1320 |3209 | 0.000000e+00 | 2.430000e+02 |    Inf 
300.10/300.13	o 240
300.10/300.13	c * 293s|153659 | 82261 |272253 |   1.8 | 218M|2673 |   - |5645 |6786 |5645 | 225 |  37k|1372 |3216 | 0.000000e+00 | 2.400000e+02 |    Inf 
300.20/300.23	o 226
300.20/300.23	c * 293s|153702 | 76781 |272267 |   1.8 | 207M|2673 |   - |5645 |6786 |5645 | 225 |  37k|1372 |3216 | 0.000000e+00 | 2.260000e+02 |    Inf 
300.20/300.26	o 202
300.20/300.26	c * 293s|153703 | 65459 |272267 |   1.8 | 184M|2673 |   - |5645 |6786 |5645 | 225 |  37k|1372 |3216 | 0.000000e+00 | 2.020000e+02 |    Inf 
300.50/300.56	o 168
300.50/300.56	c * 294s|153813 | 46700 |272487 |   1.8 | 146M|2673 |   - |5645 |6789 |5645 | 227 |  37k|1375 |3218 | 0.000000e+00 | 1.680000e+02 |    Inf 
300.50/300.56	o 167
300.50/300.56	c * 294s|153814 | 46034 |272487 |   1.8 | 145M|2673 |   - |5645 |6789 |5645 | 227 |  37k|1375 |3218 | 0.000000e+00 | 1.670000e+02 |    Inf 
300.90/300.95	o 161
300.90/300.95	c * 294s|154004 | 42596 |272929 |   1.8 | 138M|2673 |   - |5645 |6813 |5645 | 183 |  37k|1399 |3226 | 0.000000e+00 | 1.610000e+02 |    Inf 
301.20/301.25	o 159
301.20/301.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
301.20/301.25	c * 294s|154061 | 41818 |273544 |   1.8 | 136M|2673 |   - |5645 |6844 |5645 | 231 |  37k|1430 |3254 | 0.000000e+00 | 1.590000e+02 |    Inf 
301.30/301.34	o 158
301.30/301.34	c * 294s|154091 | 41234 |273579 |   1.8 | 135M|2673 |   - |5645 |6847 |5645 | 231 |  37k|1434 |3254 | 0.000000e+00 | 1.580000e+02 |    Inf 
301.41/301.42	o 143
301.41/301.42	c * 294s|154107 | 34167 |273637 |   1.8 | 121M|2673 |   - |5645 |6856 |5645 | 236 |  37k|1443 |3254 | 0.000000e+00 | 1.430000e+02 |    Inf 
301.70/301.73	o 129
301.70/301.73	c * 295s|154286 | 28379 |273727 |   1.8 | 109M|2673 |   - |5645 |6869 |5645 | 197 |  37k|1456 |3254 | 0.000000e+00 | 1.290000e+02 |    Inf 
301.89/301.95	o 121
301.89/301.95	c * 295s|154344 | 23820 |273956 |   1.8 |  98M|2673 |   - |5645 |6901 |5645 | 225 |  37k|1488 |3258 | 0.000000e+00 | 1.210000e+02 |    Inf 
302.30/302.30	o 118
302.30/302.30	c * 295s|154415 | 22189 |274878 |   1.8 |  94M|2673 |   - |5645 |6946 |5645 | 215 |  38k|1533 |3261 | 0.000000e+00 | 1.180000e+02 |    Inf 
302.30/302.31	o 116
302.30/302.31	c * 295s|154416 | 21060 |274878 |   1.8 |  91M|2673 |   - |5645 |6946 |5645 | 215 |  38k|1533 |3261 | 0.000000e+00 | 1.160000e+02 |    Inf 
302.30/302.39	o 113
302.30/302.39	c * 295s|154440 | 20023 |274976 |   1.8 |  89M|2673 |   - |5645 |6948 |5645 | 213 |  38k|1535 |3261 | 0.000000e+00 | 1.130000e+02 |    Inf 
302.40/302.48	o 92
302.40/302.48	c * 295s|154482 | 13558 |275000 |   1.8 |  67M|2673 |   - |5645 |6948 |5645 | 213 |  38k|1535 |3261 | 0.000000e+00 | 9.200000e+01 |    Inf 
302.50/302.59	o 91
302.50/302.59	c * 296s|154505 | 13354 |275263 |   1.8 |  67M|2673 |   - |5645 |6731 |5645 | 219 |  38k|1539 |3261 | 0.000000e+00 | 9.100000e+01 |    Inf 
302.50/302.59	o 89
302.50/302.59	c * 296s|154506 | 12848 |275263 |   1.8 |  66M|2673 |   - |5645 |6731 |5645 | 219 |  38k|1539 |3261 | 0.000000e+00 | 8.900000e+01 |    Inf 
302.60/302.68	o 83
302.60/302.68	c * 296s|154521 | 11439 |275375 |   1.8 |  63M|2673 |   - |5645 |6617 |5645 | 196 |  38k|1542 |3264 | 0.000000e+00 | 8.300000e+01 |    Inf 
302.99/303.08	o 72
302.99/303.08	c * 296s|154692 |  9202 |276038 |   1.8 |  57M|2673 |   - |5645 |6462 |5645 | 205 |  38k|1568 |3269 | 0.000000e+00 | 7.200000e+01 |    Inf 
303.20/303.25	o 71
303.20/303.25	c * 296s|154716 |  9032 |276668 |   1.8 |  57M|2673 |   - |5645 |6182 |5645 | 210 |  38k|1590 |3270 | 0.000000e+00 | 7.100000e+01 |    Inf 
303.60/303.69	o 65
303.60/303.69	c * 297s|154851 |  8174 |277422 |   1.8 |  56M|2673 |   - |5645 |6164 |5645 | 215 |  38k|1641 |3288 | 0.000000e+00 | 6.500000e+01 |    Inf 
303.70/303.77	o 62
303.70/303.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
303.70/303.77	c * 297s|154869 |  7668 |277590 |   1.8 |  55M|2673 |   - |5645 |5999 |5645 | 206 |  38k|1647 |3289 | 0.000000e+00 | 6.200000e+01 |    Inf 
303.70/303.78	o 56
303.70/303.78	c * 297s|154870 |  6705 |277590 |   1.8 |  53M|2673 |   - |5645 |5999 |5645 | 206 |  38k|1647 |3289 | 0.000000e+00 | 5.600000e+01 |    Inf 
303.79/303.88	o 54
303.79/303.88	c * 297s|154890 |  6420 |277777 |   1.8 |  53M|2673 |   - |5645 |5673 |5645 | 205 |  38k|1654 |3290 | 0.000000e+00 | 5.400000e+01 |    Inf 
303.79/303.89	o 48
303.79/303.89	c * 297s|154891 |  5275 |277778 |   1.8 |  50M|2673 |   - |5645 |5673 |5645 | 205 |  38k|1654 |3290 | 0.000000e+00 | 4.800000e+01 |    Inf 
304.09/304.14	o 43
304.09/304.14	c * 297s|154942 |  4299 |278272 |   1.8 |  49M|2673 |   - |5645 |5446 |5645 | 208 |  38k|1733 |3292 | 0.000000e+00 | 4.300000e+01 |    Inf 
304.20/304.29	o 42
304.20/304.29	c * 297s|154981 |  4143 |278780 |   1.8 |  48M|2673 |   - |5645 |5331 |5645 | 185 |  38k|1771 |3292 | 0.000000e+00 | 4.200000e+01 |    Inf 
304.30/304.36	o 39
304.30/304.36	c * 297s|154998 |  3846 |278988 |   1.8 |  47M|2673 |   - |5645 |5305 |5645 | 198 |  38k|1783 |3292 | 0.000000e+00 | 3.900000e+01 |    Inf 
304.40/304.45	o 31
304.40/304.45	c * 297s|155009 |  1372 |279179 |   1.8 |  34M|2673 |   - |5645 |5216 |5645 | 160 |  38k|1795 |3293 | 0.000000e+00 | 3.100000e+01 |    Inf 
316.39/316.49	c   309s|160000 |  1677 |300039 |   1.9 |  41M|2673 |   5 |5645 |6577 |5645 | 164 |  43k|7607 |3383 | 0.000000e+00 | 3.100000e+01 |    Inf 
317.60/317.66	o 29
317.60/317.66	c * 310s|160527 |  1649 |301431 |   1.9 |  41M|2673 |   - |5645 |6923 |5645 | 182 |  43k|8202 |3383 | 0.000000e+00 | 2.900000e+01 |    Inf 
317.70/317.73	o 22
317.70/317.73	c * 310s|160546 |  1438 |301499 |   1.9 |  40M|2673 |   - |5645 |6703 |5645 | 179 |  43k|8224 |3384 | 0.000000e+00 | 2.200000e+01 |    Inf 
337.71/337.75	c   329s|170000 |  2023 |336972 |   2.0 |  51M|2673 |   - |5645 |9149 |   0 |   0 |  50k|  20k|3518 | 0.000000e+00 | 2.200000e+01 |    Inf 
358.40/358.40	c   349s|180000 |  2390 |368957 |   2.0 |  57M|2673 |   - |5645 |9879 |   0 |   0 |  55k|  33k|3607 | 0.000000e+00 | 2.200000e+01 |    Inf 
379.80/379.89	c   370s|190000 |  2539 |397682 |   2.1 |  62M|2673 |   - |5645 |9449 |   0 |   0 |  61k|  46k|3684 | 0.000000e+00 | 2.200000e+01 |    Inf 
400.60/400.65	c   390s|200000 |  2830 |428732 |   2.1 |  67M|2673 |   - |5645 |  10k|   0 |   0 |  67k|  60k|3768 | 0.000000e+00 | 2.200000e+01 |    Inf 
421.00/421.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
421.00/421.00	c   409s|210000 |  2947 |455694 |   2.2 |  71M|2673 |  18 |5645 |  10k|5645 | 192 |  72k|  74k|3842 | 0.000000e+00 | 2.200000e+01 |    Inf 
441.90/441.93	c   429s|220000 |  3058 |486795 |   2.2 |  74M|2673 |   - |5645 |  10k|   0 |   0 |  78k|  88k|3940 | 0.000000e+00 | 2.200000e+01 |    Inf 
463.20/463.28	c   450s|230000 |  3179 |521308 |   2.3 |  78M|2673 |   - |5645 |  10k|   0 |   0 |  85k| 105k|4027 | 0.000000e+00 | 2.200000e+01 |    Inf 
476.60/476.64	o 15
476.60/476.64	c * 463s|236217 |  3000 |539460 |   2.3 |  76M|2673 |   - |5645 |  12k|5645 | 181 |  88k| 114k|4072 | 0.000000e+00 | 1.500000e+01 |    Inf 
484.20/484.28	c   470s|240000 |  3013 |550335 |   2.3 |  76M|2673 |   1 |5645 |  10k|5645 | 176 |  90k| 119k|4103 | 0.000000e+00 | 1.500000e+01 |    Inf 
495.40/495.40	o 13
495.40/495.40	c * 481s|245788 |  2830 |565088 |   2.3 |  73M|2673 |   - |5645 |  10k|5645 | 181 |  92k| 128k|4130 | 0.000000e+00 | 1.300000e+01 |    Inf 
503.51/503.52	c   488s|250000 |  2844 |578150 |   2.3 |  73M|2673 |   - |5645 |8587 |   0 |   0 |  94k| 134k|4190 | 0.000000e+00 | 1.300000e+01 |    Inf 
514.20/514.20	o 12
514.20/514.20	c * 499s|255686 |  2824 |591671 |   2.3 |  74M|2673 |   - |5645 |  10k|5645 | 174 |  96k| 141k|4238 | 0.000000e+00 | 1.200000e+01 |    Inf 
522.80/522.80	c   507s|260000 |  2857 |603312 |   2.3 |  75M|2673 |   1 |5645 |7983 |5645 | 186 |  98k| 147k|4579 | 0.000000e+00 | 1.200000e+01 |    Inf 
540.40/540.48	c   524s|270000 |  2951 |626775 |   2.3 |  78M|2673 |   - |5645 |  10k|   0 |   0 | 100k| 160k|4590 | 0.000000e+00 | 1.200000e+01 |    Inf 
547.20/547.21	o 9
547.20/547.21	c * 530s|273616 |  2894 |635398 |   2.3 |  77M|2673 |   - |5645 |  10k|5645 | 181 | 102k| 165k|4613 | 0.000000e+00 | 9.000000e+00 |    Inf 
558.81/558.83	c   542s|280000 |  2926 |652763 |   2.3 |  78M|2673 |   - |5645 |9129 |   0 |   0 | 104k| 173k|4644 | 0.000000e+00 | 9.000000e+00 |    Inf 
564.00/564.02	o 8
564.00/564.02	c * 547s|282830 |  2592 |661268 |   2.3 |  72M|2673 |   - |5645 |9847 |5645 | 174 | 105k| 177k|4662 | 0.000000e+00 | 8.000000e+00 |    Inf 
577.11/577.12	c   559s|290000 |  2675 |679454 |   2.3 |  73M|2673 |   - |5645 |9087 |   0 |   0 | 108k| 187k|4736 | 0.000000e+00 | 8.000000e+00 |    Inf 
597.11/597.18	c   579s|300000 |  2810 |720449 |   2.4 |  75M|2673 |   - |5645 |  12k|   0 |   0 | 115k| 200k|4828 | 0.000000e+00 | 8.000000e+00 |    Inf 
611.01/611.00	o 5
611.01/611.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
611.01/611.00	c * 592s|306918 |  2051 |744178 |   2.4 |  58M|2673 |   - |5645 |  13k|5645 | 197 | 120k| 209k|4886 | 0.000000e+00 | 5.000000e+00 |    Inf 
618.01/618.00	c   599s|310000 |  2180 |759975 |   2.5 |  60M|2673 |   - |5645 |  14k|   0 |   0 | 124k| 213k|4917 | 0.000000e+00 | 5.000000e+00 |    Inf 
637.91/637.96	c   618s|320000 |  2248 |789858 |   2.5 |  61M|2673 |   1 |5645 |  14k|5645 | 187 | 130k| 226k|4988 | 0.000000e+00 | 5.000000e+00 |    Inf 
652.01/652.09	o 3
652.01/652.09	c * 632s|327607 |  2206 |810146 |   2.5 |  60M|2673 |   - |5645 |  15k|5645 | 190 | 132k| 236k|5046 | 0.000000e+00 | 3.000000e+00 |    Inf 
657.00/657.04	c   636s|330000 |  2152 |818964 |   2.5 |  59M|2673 |   - |5645 |  13k|5645 | 215 | 134k| 240k|5053 | 0.000000e+00 | 3.000000e+00 |    Inf 
677.01/677.01	c   655s|340000 |  2135 |855023 |   2.5 |  60M|2673 |   - |5645 |  14k|   0 |   0 | 140k| 253k|5147 | 0.000000e+00 | 3.000000e+00 |    Inf 
696.71/696.78	c   674s|350000 |  2001 |893105 |   2.6 |  59M|2673 |   - |5645 |  12k|   0 |   0 | 147k| 267k|5211 | 0.000000e+00 | 3.000000e+00 |    Inf 
715.10/715.17	c   692s|360000 |  1924 |924048 |   2.6 |  59M|2673 |   - |5645 |  14k|   0 |   0 | 152k| 281k|5271 | 0.000000e+00 | 3.000000e+00 |    Inf 
735.91/735.99	c   711s|370000 |  1910 |963400 |   2.6 |  60M|2673 |   1 |5645 |  16k|5645 | 192 | 159k| 294k|5365 | 0.000000e+00 | 3.000000e+00 |    Inf 
756.41/756.46	c   731s|380000 |  1881 |995841 |   2.6 |  60M|2673 |   1 |5645 |  16k|5645 | 192 | 164k| 307k|5454 | 0.000000e+00 | 3.000000e+00 |    Inf 
775.31/775.32	c   749s|390000 |  1790 |  1021k|   2.6 |  59M|2673 |   - |5645 |  15k|   0 |   0 | 168k| 320k|5508 | 0.000000e+00 | 3.000000e+00 |    Inf 
790.92/790.97	o 2
790.92/790.97	c * 764s|398116 |  1690 |  1041k|   2.6 |  58M|2673 |   - |5645 |  16k|5645 | 209 | 171k| 331k|5599 | 0.000000e+00 | 2.000000e+00 |    Inf 
795.41/795.42	c   768s|400000 |  1714 |  1052k|   2.6 |  59M|2673 |  27 |5645 |  16k|5645 | 205 | 174k| 334k|5603 | 0.000000e+00 | 2.000000e+00 |    Inf 
808.31/808.40	o 1
808.31/808.40	c * 780s|406790 |  1464 |  1075k|   2.6 |  54M|2673 |   - |5645 |  12k|5645 | 166 | 177k| 343k|5687 | 0.000000e+00 | 1.000000e+00 |    Inf 
813.61/813.63	c   785s|410000 |  1479 |  1083k|   2.6 |  54M|2673 |   - |5645 |  12k|   0 |   0 | 178k| 347k|5700 | 0.000000e+00 | 1.000000e+00 |    Inf 
830.52/830.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
830.52/830.54	c   801s|420000 |  1582 |  1112k|   2.6 |  56M|2673 |   - |5645 |  16k|   0 |   0 | 181k| 361k|5741 | 0.000000e+00 | 1.000000e+00 |    Inf 
848.71/848.74	c   819s|430000 |  1539 |  1140k|   2.7 |  57M|2673 |   1 |5645 |  17k|5645 | 166 | 185k| 375k|5779 | 0.000000e+00 | 1.000000e+00 |    Inf 
867.11/867.15	c   836s|440000 |  1609 |  1171k|   2.7 |  59M|2673 |   - |5645 |  22k|   0 |   0 | 190k| 391k|5851 | 0.000000e+00 | 1.000000e+00 |    Inf 
886.01/886.09	c   854s|450000 |  1474 |  1199k|   2.7 |  56M|2673 |   - |5645 |  16k|   0 |   0 | 194k| 406k|5899 | 0.000000e+00 | 1.000000e+00 |    Inf 
904.61/904.63	c   872s|460000 |  1515 |  1223k|   2.7 |  58M|2673 |   9 |5645 |  18k|5645 | 205 | 197k| 420k|5942 | 0.000000e+00 | 1.000000e+00 |    Inf 
924.11/924.17	c   891s|470000 |  1455 |  1248k|   2.7 |  57M|2673 |   1 |5645 |  17k|5645 | 187 | 200k| 434k|5994 | 0.000000e+00 | 1.000000e+00 |    Inf 
943.21/943.28	c   909s|480000 |  1433 |  1273k|   2.7 |  57M|2673 |   1 |5645 |  17k|5645 | 156 | 204k| 447k|6055 | 0.000000e+00 | 1.000000e+00 |    Inf 
961.21/961.26	c   926s|490000 |  1408 |  1299k|   2.7 |  57M|2673 |   - |5645 |  18k|   0 |   0 | 207k| 460k|6218 | 0.000000e+00 | 1.000000e+00 |    Inf 
979.61/979.62	c   944s|500000 |  1396 |  1327k|   2.7 |  57M|2673 |   - |5645 |  18k|   0 |   0 | 212k| 474k|6253 | 0.000000e+00 | 1.000000e+00 |    Inf 
999.31/999.38	c   963s|510000 |  1166 |  1354k|   2.7 |  55M|2673 |   1 |5645 |  17k|5645 | 165 | 215k| 487k|6366 | 0.000000e+00 | 1.000000e+00 |    Inf 
1024.61/1024.63	c   987s|520000 |  1376 |  1404k|   2.7 |  58M|2673 |   - |5645 |  23k|   0 |   0 | 230k| 500k|6453 | 0.000000e+00 | 1.000000e+00 |    Inf 
1051.41/1051.44	c  1013s|530000 |  1422 |  1453k|   2.7 |  59M|2673 |   - |5645 |  24k|   0 |   0 | 244k| 514k|6500 | 0.000000e+00 | 1.000000e+00 |    Inf 
1077.42/1077.40	c  1038s|540000 |  1354 |  1496k|   2.8 |  60M|2673 |  14 |5645 |  26k|5645 | 182 | 254k| 527k|6558 | 0.000000e+00 | 1.000000e+00 |    Inf 
1104.11/1104.13	c  1063s|550000 |  1350 |  1537k|   2.8 |  61M|2673 |   1 |5645 |  28k|5645 | 162 | 262k| 540k|6647 | 0.000000e+00 | 1.000000e+00 |    Inf 
1133.72/1133.76	c  1092s|560000 |  1422 |  1584k|   2.8 |  63M|2673 |   - |5645 |  33k|   0 |   0 | 274k| 553k|6718 | 0.000000e+00 | 1.000000e+00 |    Inf 
1165.52/1165.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1165.52/1165.59	c  1123s|570000 |  1478 |  1631k|   2.9 |  65M|2673 |   - |5645 |  35k|   0 |   0 | 286k| 566k|6794 | 0.000000e+00 | 1.000000e+00 |    Inf 
1198.82/1198.88	c  1155s|580000 |  1534 |  1681k|   2.9 |  67M|2673 |  15 |5645 |  39k|5645 | 203 | 301k| 580k|6839 | 0.000000e+00 | 1.000000e+00 |    Inf 
1234.52/1234.53	c  1190s|590000 |  1514 |  1736k|   2.9 |  67M|2673 |   - |5645 |  39k|   0 |   0 | 316k| 593k|6907 | 0.000000e+00 | 1.000000e+00 |    Inf 
1265.32/1265.31	c  1220s|600000 |  1364 |  1773k|   3.0 |  65M|2673 |   - |5645 |  37k|   0 |   0 | 322k| 607k|6961 | 0.000000e+00 | 1.000000e+00 |    Inf 
1298.92/1298.98	c  1253s|610000 |  1443 |  1823k|   3.0 |  67M|2673 |   7 |5645 |  39k|5645 | 159 | 336k| 620k|7004 | 0.000000e+00 | 1.000000e+00 |    Inf 
1334.43/1334.48	c  1287s|620000 |  1405 |  1874k|   3.0 |  67M|2673 |   1 |5645 |  41k|5645 | 187 | 349k| 633k|7121 | 0.000000e+00 | 1.000000e+00 |    Inf 
1369.92/1369.98	c  1322s|630000 |  1490 |  1926k|   3.1 |  69M|2673 |   6 |5645 |  45k|5645 | 207 | 361k| 646k|7162 | 0.000000e+00 | 1.000000e+00 |    Inf 
1404.33/1404.35	c  1355s|640000 |  1385 |  1966k|   3.1 |  68M|2673 |   - |5645 |  44k|   0 |   0 | 368k| 660k|7226 | 0.000000e+00 | 1.000000e+00 |    Inf 
1439.83/1439.86	c  1390s|650000 |  1462 |  2014k|   3.1 |  70M|2673 |  10 |5645 |  48k|5645 | 185 | 380k| 673k|7293 | 0.000000e+00 | 1.000000e+00 |    Inf 
1478.52/1478.51	c  1427s|660000 |  1461 |  2063k|   3.1 |  71M|2673 |  19 |5645 |  50k|5645 | 184 | 393k| 687k|7359 | 0.000000e+00 | 1.000000e+00 |    Inf 
1517.93/1517.94	c  1466s|670000 |  1538 |  2116k|   3.2 |  72M|2673 |  10 |5645 |  51k|5645 | 190 | 407k| 700k|7448 | 0.000000e+00 | 1.000000e+00 |    Inf 
1559.62/1559.64	c  1507s|680000 |  1604 |  2179k|   3.2 |  74M|2673 |  14 |5645 |  53k|5645 | 193 | 424k| 714k|7521 | 0.000000e+00 | 1.000000e+00 |    Inf 
1601.32/1601.31	c  1547s|690000 |  1884 |  2238k|   3.2 |  77M|2673 |   - |5645 |  55k|   0 |   0 | 443k| 726k|7583 | 0.000000e+00 | 1.000000e+00 |    Inf 
1642.83/1642.85	c  1588s|700000 |  1710 |  2290k|   3.3 |  76M|2673 |  10 |5645 |  55k|5645 | 200 | 455k| 741k|7626 | 0.000000e+00 | 1.000000e+00 |    Inf 
1684.83/1684.80	c  1629s|710000 |  1905 |  2345k|   3.3 |  78M|2673 |   - |5645 |  58k|   0 |   0 | 471k| 754k|7698 | 0.000000e+00 | 1.000000e+00 |    Inf 
1728.03/1728.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1728.03/1728.10	c  1671s|720000 |  2057 |  2402k|   3.3 |  81M|2673 |  12 |5645 |  60k|5645 | 198 | 487k| 768k|7766 | 0.000000e+00 | 1.000000e+00 |    Inf 
1772.63/1772.64	c  1714s|730000 |  2478 |  2459k|   3.4 |  84M|2673 |   - |5645 |  63k|   0 |   0 | 506k| 780k|7831 | 0.000000e+00 | 1.000000e+00 |    Inf 
1800.04/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.01	c 
1800.04/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.01	c Solving Time (sec) : 1741.20
1800.04/1800.01	c Solving Nodes      : 735895
1800.04/1800.01	c Primal Bound       : +1.00000000000000e+00 (168 solutions)
1800.04/1800.01	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.01	c Gap                : infinite
1800.04/1800.09	s SATISFIABLE
1800.04/1800.09	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 x212 -x211 -x210 
1800.04/1800.09	v -x209 -x208 -x207 -x206 -x205 x204 -x203 -x202 -x201 x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1800.04/1800.09	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.04/1800.09	v -x167 -x166 x165 -x164 -x163 -x162 x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1800.04/1800.09	v x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 x127 -x126 -x125 
1800.04/1800.09	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 x111 -x110 -x109 -x108 -x107 x106 -x105 -x104 
1800.04/1800.09	v -x103 -x102 -x101 -x100 -x99 -x98 x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 x80 
1800.04/1800.09	v -x79 -x78 -x77 -x76 -x75 -x74 -x73 x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 x60 -x59 -x58 -x57 -x56 -x55 -x54 
1800.04/1800.09	v -x53 -x52 -x51 -x50 -x49 x48 -x47 -x46 -x45 x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 
1800.04/1800.09	v -x28 -x27 -x26 -x25 x24 -x23 -x22 -x21 -x20 x19 -x18 -x17 x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 
1800.04/1800.09	v -x1 
1800.04/1800.09	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.09	c Solving Time       :    1741.20
1800.04/1800.09	c Original Problem   :
1800.04/1800.09	c   Problem name     : HOME/instance-2692466-1277931469.wbo
1800.04/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.04/1800.09	c   Constraints      : 5415 initial, 5415 maximal
1800.04/1800.09	c Presolved Problem  :
1800.04/1800.09	c   Problem name     : t_HOME/instance-2692466-1277931469.wbo
1800.04/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.04/1800.09	c   Constraints      : 5414 initial, 64079 maximal
1800.04/1800.09	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.09	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.04/1800.09	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1800.04/1800.09	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   root node        :          -       2707          -          -       5414          -          -          -          -
1800.04/1800.09	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.09	c   integral         :          0          0          0     541466          0          1        226          0          0     649684
1800.04/1800.09	c   indicator        :       2707          0    1763608     172801          0        309    2562059          0          0          0
1800.04/1800.09	c   linear           :       2707          6    3488841     214359          0     239463   14579528     517769          0          0
1800.04/1800.09	c   logicor          :          0+         0    1046731          0          0      49422    1229272          0          0          0
1800.04/1800.09	c   bounddisjunction :          0+         0       4085          0          0          0         26          0          0          0
1800.04/1800.09	c   countsols        :          0          0          0     148392          0          0          0          0          0          0
1800.04/1800.09	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.09	c   integral         :      15.92       0.00       0.00      15.92       0.00
1800.04/1800.09	c   indicator        :      42.77       0.00      13.12      29.65       0.00
1800.04/1800.09	c   linear           :     169.90       0.00     153.00      16.90       0.00
1800.04/1800.09	c   logicor          :     280.70       0.00     280.70       0.00       0.00
1800.04/1800.09	c   bounddisjunction :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.09	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.09	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.09	c   vbounds          :       0.05          2          0          0
1800.04/1800.09	c   rootredcost      :       0.03         56          0       2707
1800.04/1800.09	c   pseudoobj        :     172.99    3499677       8324    1962006
1800.04/1800.09	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.09	c   propagation      :      18.85     297209     296874    2037297       33.5      10653       23.0          -
1800.04/1800.09	c   infeasible LP    :       5.24      15699      15698     123036       43.7        269       17.2          0
1800.04/1800.09	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.09	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.09	c   pseudo solution  :       0.01         56         56        338       27.0         77        5.7          -
1800.04/1800.09	c   applied globally :          -          -          -     788815       25.3          -          -          -
1800.04/1800.09	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.09	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.09	c   cut pool         :       0.00          3          -          -         30          -    (maximal pool size: 86)
1800.04/1800.09	c   redcost          :      43.52     544087          0     384153          0          0
1800.04/1800.09	c   impliedbounds    :       0.00          4          0          0          0          0
1800.04/1800.09	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.09	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.09	c   gomory           :       0.00          4          0          0         86          0
1800.04/1800.09	c   strongcg         :       0.01          4          0          0          0          0
1800.04/1800.09	c   cmir             :       0.01          4          0          0          0          0
1800.04/1800.09	c   flowcover        :       0.03          4          0          0          0          0
1800.04/1800.09	c   clique           :       0.00          1          0          0          0          0
1800.04/1800.09	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.09	c   mcf              :       0.00          1          0          0          0          0
1800.04/1800.09	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.09	c Pricers            :       Time      Calls       Vars
1800.04/1800.09	c   problem variables:       0.00          0          0
1800.04/1800.09	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.09	c   relpscost        :      15.85     325020          1        226          0          0     649684
1800.04/1800.09	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.09	c   inference        :      32.66     148336          0          0          0          0     296672
1800.04/1800.09	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.09	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.09	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.09	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.09	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.09	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.09	c   LP solutions     :       0.30          -         56
1800.04/1800.09	c   pseudo solutions :       0.00          -          0
1800.04/1800.09	c   feaspump         :       0.00          0          0
1800.04/1800.09	c   intshifting      :       0.03          4          0
1800.04/1800.09	c   oneopt           :       0.23         49          0
1800.04/1800.09	c   guideddiving     :       0.06         41          0
1800.04/1800.09	c   crossover        :       1.72         66          0
1800.04/1800.09	c   fracdiving       :       2.68       1600          0
1800.04/1800.09	c   veclendiving     :       2.38       1600          0
1800.04/1800.09	c   linesearchdiving :       2.33       1600          0
1800.04/1800.09	c   coefdiving       :       2.35       1601          0
1800.04/1800.09	c   pscostdiving     :       2.55       1601          0
1800.04/1800.09	c   objpscostdiving  :       2.44       1597          0
1800.04/1800.09	c   rootsoldiving    :       2.54       1597          0
1800.04/1800.09	c   trivial          :       0.08          2          2
1800.04/1800.09	c   simplerounding   :       0.31     325642          0
1800.04/1800.09	c   zirounding       :       0.23       1000          0
1800.04/1800.09	c   rounding         :       2.42       8007          0
1800.04/1800.09	c   shifting         :       1.06       2487          0
1800.04/1800.09	c   twoopt           :       0.00          0          0
1800.04/1800.09	c   fixandinfer      :       0.00          0          0
1800.04/1800.09	c   intdiving        :       0.00          0          0
1800.04/1800.09	c   actconsdiving    :       0.00          0          0
1800.04/1800.09	c   octane           :       0.00          0          0
1800.04/1800.09	c   rens             :       0.03          1          0
1800.04/1800.09	c   rins             :       0.00          0          0
1800.04/1800.09	c   localbranching   :       0.00          0          0
1800.04/1800.09	c   mutation         :       0.00          0          0
1800.04/1800.09	c   dins             :       0.00          0          0
1800.04/1800.09	c   undercover       :       0.00          0          0
1800.04/1800.09	c   nlp              :       0.01          0          0
1800.04/1800.09	c   trysol           :       2.55       6586        110
1800.04/1800.09	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.09	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.09	c   dual LP          :     403.88     412694    2490990       6.04    6167.65
1800.04/1800.09	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.09	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.09	c   diving/probing LP:       0.18        269       1708       6.35    9488.89
1800.04/1800.09	c   strong branching :      13.09       7872      82249      10.45    6283.35
1800.04/1800.09	c     (at root node) :          -         32       1061      33.16          -
1800.04/1800.09	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.09	c B&B Tree           :
1800.04/1800.09	c   number of runs   :          1
1800.04/1800.09	c   nodes            :     735895
1800.04/1800.09	c   nodes (total)    :     735895
1800.04/1800.09	c   nodes left       :       2550
1800.04/1800.09	c   max depth        :       2673
1800.04/1800.09	c   max depth (total):       2673
1800.04/1800.09	c   backtracks       :      62114 (8.4%)
1800.04/1800.09	c   delayed cutoffs  :      52824
1800.04/1800.09	c   repropagations   :    1505466 (4123295 domain reductions, 50613 cutoffs)
1800.04/1800.09	c   avg switch length:       5.77
1800.04/1800.09	c   switching time   :     258.33
1800.04/1800.09	c Solution           :
1800.04/1800.09	c   Solutions found  :        168 (57 improvements)
1800.04/1800.09	c   First Solution   : +1.35714000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1800.04/1800.09	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 406790 nodes, 780.10 seconds, depth 51, found by <relaxation>)
1800.04/1800.09	c   Dual Bound       : +0.00000000000000e+00
1800.04/1800.09	c   Gap              :   infinite
1800.04/1800.09	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.09	c   Root Iterations  :        106
1800.23/1800.22	c Time complete: 1800.25.

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-2692466-1277931469/watcher-2692466-1277931469 -o /tmp/evaluation-result-2692466-1277931469/solver-2692466-1277931469 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692466-1277931469.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.99 4/178 13945
/proc/meminfo: memFree=31004764/32951124 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=9544 CPUtime=0
/proc/13945/stat : 13945 (pbscip.linux.x8) R 13943 13945 13284 0 -1 4202496 1679 0 0 0 0 0 0 0 24 0 1 0 134444416 9773056 1599 4089446400 4194304 8223781 140737164198416 18446744073709551615 6205568 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/13945/statm: 2386 1600 369 984 0 1399 0

[startup+0.092527 s]
/proc/loadavg: 1.92 1.98 1.99 4/178 13945
/proc/meminfo: memFree=31004764/32951124 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=35136 CPUtime=0.09
/proc/13945/stat : 13945 (pbscip.linux.x8) R 13943 13945 13284 0 -1 4202496 8087 0 0 0 8 1 0 0 24 0 1 0 134444416 35979264 7643 4089446400 4194304 8223781 140737164198416 18446744073709551615 4240882 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13945/statm: 8784 7643 422 984 0 7797 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35136

[startup+0.100536 s]
/proc/loadavg: 1.92 1.98 1.99 4/178 13945
/proc/meminfo: memFree=31004764/32951124 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=35136 CPUtime=0.09
/proc/13945/stat : 13945 (pbscip.linux.x8) R 13943 13945 13284 0 -1 4202496 8087 0 0 0 8 1 0 0 24 0 1 0 134444416 35979264 7643 4089446400 4194304 8223781 140737164198416 18446744073709551615 7256940 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13945/statm: 8784 7643 422 984 0 7797 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35136

[startup+0.300497 s]
/proc/loadavg: 1.92 1.98 1.99 4/178 13945
/proc/meminfo: memFree=31004764/32951124 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=57196 CPUtime=0.29
/proc/13945/stat : 13945 (pbscip.linux.x8) R 13943 13945 13284 0 -1 4202496 13947 0 0 0 27 2 0 0 25 0 1 0 134444416 58568704 12891 4089446400 4194304 8223781 140737164198416 18446744073709551615 6205568 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13945/statm: 14299 12952 564 984 0 13312 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 57196

[startup+0.70043 s]
/proc/loadavg: 1.92 1.98 1.99 4/178 13945
/proc/meminfo: memFree=31004764/32951124 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=43076 CPUtime=0.69
/proc/13945/stat : 13945 (pbscip.linux.x8) R 13943 13945 13284 0 -1 4202496 15654 0 0 0 64 5 0 0 25 0 1 0 134444416 44109824 9709 4089446400 4194304 8223781 140737164198416 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13945/statm: 10769 9709 575 984 0 9782 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43076

[startup+1.50029 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 13946
/proc/meminfo: memFree=30967556/32951124 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=44568 CPUtime=1.49
/proc/13945/stat : 13945 (pbscip.linux.x8) R 13943 13945 13284 0 -1 4202496 15869 0 0 0 142 7 0 0 25 0 1 0 134444416 45637632 9924 4089446400 4194304 8223781 140737164198416 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13945/statm: 11142 9924 578 984 0 10155 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44568

[startup+3.10097 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 13947
/proc/meminfo: memFree=30966244/32951124 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=51172 CPUtime=3.09
/proc/13945/stat : 13945 (pbscip.linux.x8) R 13943 13945 13284 0 -1 4202496 21954 0 0 0 298 11 0 0 25 0 1 0 134444416 52400128 11604 4089446400 4194304 8223781 140737164198416 18446744073709551615 6003270 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13945/statm: 12793 11604 581 984 0 11806 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 51172

[startup+6.30044 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 13947
/proc/meminfo: memFree=30957564/32951124 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=53948 CPUtime=6.29
/proc/13945/stat : 13945 (pbscip.linux.x8) R 13943 13945 13284 0 -1 4202496 32605 0 0 0 612 17 0 0 25 0 1 0 134444416 55242752 12348 4089446400 4194304 8223781 140737164198416 18446744073709551615 4966043 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13945/statm: 13487 12348 581 984 0 12500 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 53948

[startup+12.7003 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 13947
/proc/meminfo: memFree=30950228/32951124 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=63240 CPUtime=12.69
/proc/13945/stat : 13945 (pbscip.linux.x8) R 13943 13945 13284 0 -1 4202496 39995 0 0 0 1238 31 0 0 25 0 1 0 134444416 64757760 14675 4089446400 4194304 8223781 140737164198416 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13945/statm: 15810 14675 581 984 0 14823 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 63240

[startup+25.5011 s]
/proc/loadavg: 1.95 1.98 1.99 3/179 13947
/proc/meminfo: memFree=30936032/32951124 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=76744 CPUtime=25.5
/proc/13945/stat : 13945 (pbscip.linux.x8) R 13943 13945 13284 0 -1 4202496 48470 0 0 0 2491 59 0 0 25 0 1 0 134444416 78585856 18050 4089446400 4194304 8223781 140737164198416 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13945/statm: 19186 18050 581 984 0 18199 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 76744

[startup+51.1006 s]
/proc/loadavg: 1.96 1.98 1.99 3/179 13947
/proc/meminfo: memFree=30906420/32951124 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=107016 CPUtime=51.09
/proc/13945/stat : 13945 (pbscip.linux.x8) R 13943 13945 13284 0 -1 4202496 60522 0 0 0 4991 118 0 0 25 0 1 0 134444416 109584384 25674 4089446400 4194304 8223781 140737164198416 18446744073709551615 6446812 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13945/statm: 26754 25674 581 984 0 25767 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 107016

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/179 13949
/proc/meminfo: memFree=30847612/32951124 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=163372 CPUtime=102.3
/proc/13945/stat : 13945 (pbscip.linux.x8) R 13943 13945 13284 0 -1 4202496 84873 0 0 0 10000 230 0 0 25 0 1 0 134444416 167292928 39852 4089446400 4194304 8223781 140737164198416 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13945/statm: 40843 39852 581 984 0 39856 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 163372

[startup+162.301 s]
/proc/loadavg: 2.07 2.00 2.00 3/179 13951
/proc/meminfo: memFree=30779624/32951124 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=235160 CPUtime=162.29
/proc/13945/stat : 13945 (pbscip.linux.x8) R 13943 13945 13284 0 -1 4202496 102557 0 0 0 15869 360 0 0 25 0 1 0 134444416 240803840 57392 4089446400 4194304 8223781 140737164198416 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13945/statm: 58790 57392 581 984 0 57803 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 235160

[startup+222.301 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 13961
/proc/meminfo: memFree=30712572/32951124 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=302176 CPUtime=222.29
/proc/13945/stat : 13945 (pbscip.linux.x8) R 13943 13945 13284 0 -1 4202496 124566 0 0 0 21735 494 0 0 25 0 1 0 134444416 309428224 74235 4089446400 4194304 8223781 140737164198416 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13945/statm: 75544 74235 581 984 0 74557 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 302176

[startup+282.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 13962
/proc/meminfo: memFree=30655500/32951124 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=360808 CPUtime=282.3
/proc/13945/stat : 13945 (pbscip.linux.x8) R 13943 13945 13284 0 -1 4202496 176502 0 0 0 27584 646 0 0 25 0 1 0 134444416 369467392 88897 4089446400 4194304 8223781 140737164198416 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13945/statm: 90202 88897 585 984 0 89215 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 360808

[startup+342.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 13964
/proc/meminfo: memFree=30616884/32951124 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=399872 CPUtime=342.3
/proc/13945/stat : 13945 (pbscip.linux.x8) R 13943 13945 13284 0 -1 4202496 283570 0 0 0 33367 863 0 0 25 0 1 0 134444416 409468928 98455 4089446400 4194304 8223781 140737164198416 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13945/statm: 99968 98455 593 984 0 98981 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 399872

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13966
/proc/meminfo: memFree=30594996/32951124 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=422576 CPUtime=402.3
/proc/13945/stat : 13945 (pbscip.linux.x8) R 13943 13945 13284 0 -1 4202496 296990 0 0 0 39134 1096 0 0 25 0 1 0 134444416 432717824 103901 4089446400 4194304 8223781 140737164198416 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13945/statm: 105644 103901 595 984 0 104657 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 422576

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13968
/proc/meminfo: memFree=30578824/32951124 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=440152 CPUtime=462.3
/proc/13945/stat : 13945 (pbscip.linux.x8) R 13943 13945 13284 0 -1 4202496 302857 0 0 0 44885 1345 0 0 25 0 1 0 134444416 450715648 107934 4089446400 4194304 8223781 140737164198416 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13945/statm: 110038 107934 595 984 0 109051 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 440152

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 13970
/proc/meminfo: memFree=30817220/32951124 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=445036 CPUtime=522.3
/proc/13945/stat : 13945 (pbscip.linux.x8) R 13943 13945 13284 0 -1 4202496 356344 0 0 0 50638 1592 0 0 25 0 1 0 134444416 455716864 108707 4089446400 4194304 8223781 140737164198416 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13945/statm: 111259 108707 595 984 0 110272 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 445036

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14357
/proc/meminfo: memFree=30776740/32951124 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=450548 CPUtime=582.3
/proc/13945/stat : 13945 (pbscip.linux.x8) R 13943 13945 13284 0 -1 4202496 416276 0 0 0 56423 1807 0 0 25 0 1 0 134444416 461361152 109822 4089446400 4194304 8223781 140737164198416 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13945/statm: 112637 109822 603 984 0 111650 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 450548

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14386
/proc/meminfo: memFree=30735012/32951124 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=452108 CPUtime=642.31
/proc/13945/stat : 13945 (pbscip.linux.x8) R 13943 13945 13284 0 -1 4202496 453044 0 0 0 62233 1998 0 0 25 0 1 0 134444416 462958592 110194 4089446400 4194304 8223781 140737164198416 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13945/statm: 113027 110194 603 984 0 112040 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 452108

[startup+702.3 s]

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

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14392
/proc/meminfo: memFree=30578056/32951124 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=450680 CPUtime=882.31
/proc/13945/stat : 13945 (pbscip.linux.x8) R 13943 13945 13284 0 -1 4202496 564568 0 0 0 85060 3171 0 0 25 0 1 0 134444416 461496320 109743 4089446400 4194304 8223781 140737164198416 18446744073709551615 5950912 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13945/statm: 112670 109743 603 984 0 111683 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 450680

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14394
/proc/meminfo: memFree=30541884/32951124 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=451152 CPUtime=942.31
/proc/13945/stat : 13945 (pbscip.linux.x8) R 13943 13945 13284 0 -1 4202496 566468 0 0 0 90812 3419 0 0 25 0 1 0 134444416 461979648 109853 4089446400 4194304 8223781 140737164198416 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13945/statm: 112788 109853 603 984 0 111801 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 451152

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14396
/proc/meminfo: memFree=30506620/32951124 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=450724 CPUtime=1002.31
/proc/13945/stat : 13945 (pbscip.linux.x8) R 13943 13945 13284 0 -1 4202496 568368 0 0 0 96535 3696 0 0 25 0 1 0 134444416 461541376 109728 4089446400 4194304 8223781 140737164198416 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13945/statm: 112681 109728 603 984 0 111694 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 450724

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14398
/proc/meminfo: memFree=30471984/32951124 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=451152 CPUtime=1062.32
/proc/13945/stat : 13945 (pbscip.linux.x8) R 13943 13945 13284 0 -1 4202496 568447 0 0 0 102315 3917 0 0 25 0 1 0 134444416 461979648 109807 4089446400 4194304 8223781 140737164198416 18446744073709551615 6003449 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13945/statm: 112788 109807 603 984 0 111801 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 451152

[startup+1122.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 14399
/proc/meminfo: memFree=30434972/32951124 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=454324 CPUtime=1122.32
/proc/13945/stat : 13945 (pbscip.linux.x8) R 13943 13945 13284 0 -1 4202496 569097 0 0 0 108106 4126 0 0 25 0 1 0 134444416 465227776 110457 4089446400 4194304 8223781 140737164198416 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13945/statm: 113581 110457 603 984 0 112594 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 454324

[startup+1182.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 14400
/proc/meminfo: memFree=30396484/32951124 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=456888 CPUtime=1182.32
/proc/13945/stat : 13945 (pbscip.linux.x8) R 13943 13945 13284 0 -1 4202496 569702 0 0 0 113927 4305 0 0 25 0 1 0 134444416 467853312 111062 4089446400 4194304 8223781 140737164198416 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13945/statm: 114222 111062 603 984 0 113235 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 456888

[startup+1242.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 14402
/proc/meminfo: memFree=30360588/32951124 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=457152 CPUtime=1242.32
/proc/13945/stat : 13945 (pbscip.linux.x8) R 13943 13945 13284 0 -1 4202496 569820 0 0 0 119757 4475 0 0 25 0 1 0 134444416 468123648 111180 4089446400 4194304 8223781 140737164198416 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13945/statm: 114288 111180 603 984 0 113301 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 457152

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14404
/proc/meminfo: memFree=30323340/32951124 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=457468 CPUtime=1302.32
/proc/13945/stat : 13945 (pbscip.linux.x8) R 13943 13945 13284 0 -1 4202496 569905 0 0 0 125584 4648 0 0 25 0 1 0 134444416 468447232 111265 4089446400 4194304 8223781 140737164198416 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13945/statm: 114367 111265 603 984 0 113380 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 457468

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14406
/proc/meminfo: memFree=30287848/32951124 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=459104 CPUtime=1362.33
/proc/13945/stat : 13945 (pbscip.linux.x8) R 13943 13945 13284 0 -1 4202496 572097 0 0 0 131418 4815 0 0 25 0 1 0 134444416 470122496 111663 4089446400 4194304 8223781 140737164198416 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13945/statm: 114776 111663 603 984 0 113789 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 459104

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14407
/proc/meminfo: memFree=30251444/32951124 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=459596 CPUtime=1422.33
/proc/13945/stat : 13945 (pbscip.linux.x8) R 13943 13945 13284 0 -1 4202496 572218 0 0 0 137261 4972 0 0 25 0 1 0 134444416 470626304 111784 4089446400 4194304 8223781 140737164198416 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13945/statm: 114899 111784 603 984 0 113912 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 459596

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14408
/proc/meminfo: memFree=30215060/32951124 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=461092 CPUtime=1482.32
/proc/13945/stat : 13945 (pbscip.linux.x8) R 13943 13945 13284 0 -1 4202496 572597 0 0 0 143105 5127 0 0 25 0 1 0 134444416 472158208 112163 4089446400 4194304 8223781 140737164198416 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13945/statm: 115273 112163 603 984 0 114286 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 461092

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14410
/proc/meminfo: memFree=30179932/32951124 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=461272 CPUtime=1542.32
/proc/13945/stat : 13945 (pbscip.linux.x8) R 13943 13945 13284 0 -1 4202496 572660 0 0 0 148963 5269 0 0 25 0 1 0 134444416 472342528 112226 4089446400 4194304 8223781 140737164198416 18446744073709551615 4210566 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13945/statm: 115318 112226 603 984 0 114331 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 461272

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14412
/proc/meminfo: memFree=30132512/32951124 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=462396 CPUtime=1602.33
/proc/13945/stat : 13945 (pbscip.linux.x8) R 13943 13945 13284 0 -1 4202496 572953 0 0 0 154815 5418 0 0 25 0 1 0 134444416 473493504 112519 4089446400 4194304 8223781 140737164198416 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13945/statm: 115599 112519 603 984 0 114612 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 462396

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14414
/proc/meminfo: memFree=30091680/32951124 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=462956 CPUtime=1662.33
/proc/13945/stat : 13945 (pbscip.linux.x8) R 13943 13945 13284 0 -1 4202496 573079 0 0 0 160673 5560 0 0 25 0 1 0 134444416 474066944 112645 4089446400 4194304 8223781 140737164198416 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13945/statm: 115739 112645 603 984 0 114752 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 462956

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14415
/proc/meminfo: memFree=30049728/32951124 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=464332 CPUtime=1722.33
/proc/13945/stat : 13945 (pbscip.linux.x8) R 13943 13945 13284 0 -1 4202496 573444 0 0 0 166525 5708 0 0 25 0 1 0 134444416 475475968 113010 4089446400 4194304 8223781 140737164198416 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13945/statm: 116083 113010 603 984 0 115096 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 464332

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14416
/proc/meminfo: memFree=30009376/32951124 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=467060 CPUtime=1782.33
/proc/13945/stat : 13945 (pbscip.linux.x8) R 13943 13945 13284 0 -1 4202496 574102 0 0 0 172391 5842 0 0 25 0 1 0 134444416 478269440 113668 4089446400 4194304 8223781 140737164198416 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13945/statm: 116765 113668 603 984 0 115778 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 467060



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14417
/proc/meminfo: memFree=29995848/32951124 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=467812 CPUtime=1800.04
/proc/13945/stat : 13945 (pbscip.linux.x8) R 13943 13945 13284 0 -1 4202496 574297 0 0 0 174122 5882 0 0 25 0 1 0 134444416 479039488 113863 4089446400 4194304 8223781 140737164198416 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13945/statm: 116953 113863 603 984 0 115966 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 467812

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

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

[startup+1800.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14417
/proc/meminfo: memFree=29995848/32951124 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=265080 CPUtime=1800.23
/proc/13945/stat : 13945 (pbscip.linux.x8) R 13943 13945 13284 0 -1 4202496 574360 0 0 0 174140 5883 0 0 18 0 1 0 134444416 271441920 63206 4089446400 4194304 8223781 140737164198416 18446744073709551615 6206564 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/13945/statm: 66270 63206 605 984 0 65283 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 265080

Child status: 0
Real time (s): 1800.22
CPU time (s): 1800.26
CPU user time (s): 1741.42
CPU system time (s): 58.8441
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 471092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1741.42
system time used= 58.8441
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 574364
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= 3
involuntary context switches= 2526

runsolver used 3.37849 second user time and 6.03108 second system time

The end

Launcher Data

Begin job on node107 at 2010-06-30 22:57:49
IDJOB=2692466
IDBENCH=79315
IDSOLVER=1204
FILE ID=node107/2692466-1277931469
PBS_JOBID= 11197360
Free space on /tmp= 74208 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900583053--soft-0-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2692466-1277931469/watcher-2692466-1277931469 -o /tmp/evaluation-result-2692466-1277931469/solver-2692466-1277931469 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692466-1277931469.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 4a2d6bc5f020a6a42fcf2a39cec0be8f
RANDOM SEED=228183510

node107.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.849
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.69
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.849
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.849
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.82
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.849
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.849
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.81
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.849
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.75
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.849
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.82
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.849
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:     32951124 kB
MemFree:      31005292 kB
Buffers:        212592 kB
Cached:        1278488 kB
SwapCached:          0 kB
Active:         678240 kB
Inactive:      1123060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31005292 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4672 kB
Writeback:           0 kB
AnonPages:      310608 kB
Mapped:          16860 kB
Slab:            80044 kB
PageTables:       4972 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   457992 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= 74200 MiB
End job on node107 at 2010-06-30 23:27:51