Trace number 2705051

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.23 1790.18

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900574864--soft-0-100-0.wbo
MD5SUM2d789ef1df9f4a4dbc546a24cba98a06
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark67.9437
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 136625
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136624
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 671
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.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-2705051-1278578333.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 136624
0.09/0.11	c feasible solution found by trivial heuristic, objective value  1.366240e+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.2s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.366240e+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.366240e+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.366240e+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.366240e+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.366240e+05 |    Inf 
0.39/0.40	c   0.4s|     1 |     0 |   133 |     - |  19M|   0 |  38 |5645 |5414 |5645 | 150 | 150 |   0 |   0 | 0.000000e+00 | 1.366240e+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.366240e+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.366240e+05 |    Inf 
18.59/18.61	c  18.6s| 10000 | 10002 |  3050 |   0.3 |  42M|1729 |   0 |5645 |5417 |5645 | 240 | 813 |   3 | 567 | 0.000000e+00 | 1.366240e+05 |    Inf 
35.99/36.05	c  36.0s| 20000 | 19999 |  4704 |   0.2 |  62M|1729 |   0 |5645 |5437 |5645 | 202 |1252 |  23 | 647 | 0.000000e+00 | 1.366240e+05 |    Inf 
52.89/52.98	c  52.9s| 30000 | 29999 |  5796 |   0.2 |  83M|1729 |   0 |5645 |5437 |5645 | 205 |1529 |  23 | 680 | 0.000000e+00 | 1.366240e+05 |    Inf 
53.19/53.26	o 519
53.19/53.26	c *53.2s| 30178 | 27038 |  5808 |   0.2 |  78M|1729 |   - |5645 |5437 |5645 | 207 |1531 |  23 | 680 | 0.000000e+00 | 5.190000e+02 |    Inf 
72.30/72.34	c  72.3s| 40000 | 36843 |  7991 |   0.2 |  99M|1729 |   0 |5645 |5500 |5645 | 201 |2089 |  86 | 776 | 0.000000e+00 | 5.190000e+02 |    Inf 
82.29/82.36	o 511
82.29/82.36	c *82.3s| 44648 | 41313 |  9294 |   0.2 | 110M|1729 |   - |5645 |5559 |5645 | 219 |2489 | 145 | 799 | 0.000000e+00 | 5.110000e+02 |    Inf 
88.00/88.09	o 460
88.00/88.09	c *88.1s| 47064 | 42071 | 11265 |   0.2 | 114M|1729 |   - |5645 |6063 |5645 | 201 |2984 | 649 | 825 | 0.000000e+00 | 4.600000e+02 |    Inf 
95.30/95.33	o 442
95.30/95.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
95.30/95.33	c *95.3s| 49660 | 43158 | 14864 |   0.3 | 120M|1729 |   - |5645 |7119 |5645 | 211 |3816 |1705 | 917 | 0.000000e+00 | 4.420000e+02 |    Inf 
96.19/96.27	c  96.2s| 50000 | 43443 | 15389 |   0.3 | 121M|1729 |   0 |5645 |7317 |5645 | 224 |3951 |1903 | 918 | 0.000000e+00 | 4.420000e+02 |    Inf 
98.00/98.02	o 378
98.00/98.02	c *98.0s| 50708 | 39893 | 16338 |   0.3 | 113M|1729 |   - |5645 |7446 |5645 | 190 |4283 |2032 | 925 | 0.000000e+00 | 3.780000e+02 |    Inf 
100.60/100.69	o 364
100.60/100.69	c * 101s| 51638 | 39431 | 17615 |   0.3 | 113M|1729 |   - |5645 |7792 |5645 | 220 |4606 |2378 | 973 | 0.000000e+00 | 3.640000e+02 |    Inf 
108.60/108.67	o 347
108.60/108.67	c * 109s| 54390 | 40507 | 21644 |   0.4 | 119M|1729 |   - |5645 |8740 |5645 | 228 |5894 |3334 | 999 | 0.000000e+00 | 3.470000e+02 |    Inf 
109.39/109.40	o 322
109.39/109.40	c * 109s| 54649 | 38787 | 21968 |   0.4 | 115M|1729 |   - |5645 |8815 |5645 | 249 |5971 |3411 |1002 | 0.000000e+00 | 3.220000e+02 |    Inf 
111.00/111.08	o 320
111.00/111.08	c * 111s| 55231 | 39122 | 22508 |   0.4 | 117M|1729 |   - |5645 |9025 |5645 | 236 |6126 |3626 |1003 | 0.000000e+00 | 3.200000e+02 |    Inf 
111.70/111.79	o 299
111.70/111.79	c * 112s| 55476 | 37378 | 22790 |   0.4 | 113M|1729 |   - |5645 |9103 |5645 | 204 |6202 |3704 |1006 | 0.000000e+00 | 2.990000e+02 |    Inf 
112.99/113.00	o 291
112.99/113.00	c * 113s| 55926 | 37037 | 23181 |   0.4 | 112M|1729 |   - |5645 |9176 |5645 | 211 |6281 |3780 |1010 | 0.000000e+00 | 2.910000e+02 |    Inf 
115.29/115.34	o 287
115.29/115.34	c * 115s| 56875 | 37482 | 23831 |   0.4 | 114M|1729 |   - |5645 |9309 |5645 | 218 |6469 |3926 |1010 | 0.000000e+00 | 2.870000e+02 |    Inf 
120.90/120.96	o 285
120.90/120.96	c * 121s| 58720 | 38783 | 26898 |   0.5 | 120M|1729 |   - |5645 |9926 |5645 | 201 |7509 |4586 |1059 | 0.000000e+00 | 2.850000e+02 |    Inf 
120.90/120.96	o 272
120.90/120.96	c * 121s| 58721 | 37417 | 26898 |   0.5 | 116M|1729 |   - |5645 |9926 |5645 | 201 |7509 |4586 |1059 | 0.000000e+00 | 2.720000e+02 |    Inf 
122.89/122.95	o 249
122.89/122.95	c * 123s| 59377 | 35184 | 27882 |   0.5 | 113M|1729 |   - |5645 |  10k|5645 | 207 |7824 |4760 |1078 | 0.000000e+00 | 2.490000e+02 |    Inf 
123.30/123.32	o 248
123.30/123.32	c * 123s| 59534 | 35212 | 27902 |   0.5 | 113M|1729 |   - |5645 |  10k|5645 | 206 |7831 |4789 |1078 | 0.000000e+00 | 2.480000e+02 |    Inf 
124.69/124.77	c   125s| 60000 | 35553 | 28579 |   0.5 | 115M|1729 |   0 |5645 |  10k|5645 | 216 |8000 |4961 |1094 | 0.000000e+00 | 2.480000e+02 |    Inf 
125.19/125.28	o 235
125.19/125.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
125.19/125.28	c * 125s| 60198 | 33945 | 28666 |   0.5 | 112M|1729 |   - |5645 |  10k|5645 | 199 |8034 |4993 |1094 | 0.000000e+00 | 2.350000e+02 |    Inf 
125.19/125.29	o 220
125.19/125.29	c * 125s| 60199 | 32100 | 28666 |   0.5 | 107M|1729 |   - |5645 |  10k|5645 | 199 |8034 |4993 |1094 | 0.000000e+00 | 2.200000e+02 |    Inf 
125.49/125.50	o 174
125.49/125.50	c * 125s| 60292 | 24200 | 28677 |   0.5 |  86M|1729 |   - |5645 |  10k|5645 | 197 |8036 |4993 |1094 | 0.000000e+00 | 1.740000e+02 |    Inf 
127.09/127.14	o 173
127.09/127.14	c * 127s| 60778 | 24327 | 29571 |   0.5 |  89M|1729 |   - |5645 |  10k|5645 | 228 |8324 |5231 |1122 | 0.000000e+00 | 1.730000e+02 |    Inf 
148.99/149.07	o 164
148.99/149.07	c * 149s| 67153 | 27306 | 44886 |   0.7 | 110M|1729 |   - |5645 |  10k|5645 | 217 |  13k|7999 |1422 | 0.000000e+00 | 1.640000e+02 |    Inf 
148.99/149.07	o 157
148.99/149.07	c * 149s| 67154 | 25792 | 44886 |   0.7 | 106M|1729 |   - |5645 |  10k|5645 | 217 |  13k|7999 |1422 | 0.000000e+00 | 1.570000e+02 |    Inf 
151.00/151.02	o 127
151.00/151.02	c * 151s| 67654 | 19760 | 46606 |   0.7 |  94M|1729 |   - |5645 |  10k|5645 | 200 |  13k|8369 |1447 | 0.000000e+00 | 1.270000e+02 |    Inf 
151.00/151.04	o 111
151.00/151.04	c * 151s| 67655 | 16656 | 46606 |   0.7 |  86M|1729 |   - |5645 |  10k|5645 | 200 |  13k|8369 |1447 | 0.000000e+00 | 1.110000e+02 |    Inf 
153.49/153.58	o 106
153.49/153.58	c * 154s| 68300 | 15912 | 48614 |   0.7 |  83M|1729 |   - |5645 |  10k|5645 | 213 |  14k|8589 |1485 | 0.000000e+00 | 1.060000e+02 |    Inf 
153.59/153.62	o 100
153.59/153.62	c * 154s| 68316 | 14891 | 48644 |   0.7 |  80M|1729 |   - |5645 |  10k|5645 | 217 |  14k|8595 |1486 | 0.000000e+00 | 1.000000e+02 |    Inf 
154.90/154.91	o 92
154.90/154.91	c * 155s| 68684 | 13380 | 49902 |   0.7 |  75M|1729 |   - |5645 |9715 |5645 | 216 |  14k|8839 |1501 | 0.000000e+00 | 9.200000e+01 |    Inf 
154.90/154.91	o 89
154.90/154.91	c * 155s| 68685 | 12565 | 49902 |   0.7 |  71M|1729 |   - |5645 |9715 |5645 | 216 |  14k|8839 |1501 | 0.000000e+00 | 8.900000e+01 |    Inf 
156.10/156.20	o 86
156.10/156.20	c * 156s| 68960 | 12282 | 51518 |   0.7 |  71M|1729 |   - |5645 |8958 |5645 | 245 |  15k|9028 |1514 | 0.000000e+00 | 8.600000e+01 |    Inf 
157.30/157.31	o 77
157.30/157.31	c * 157s| 69202 | 10673 | 53445 |   0.8 |  67M|1729 |   - |5645 |8714 |5645 | 247 |  15k|9247 |1532 | 0.000000e+00 | 7.700000e+01 |    Inf 
158.90/158.98	o 70
158.90/158.98	c * 159s| 69590 |  9439 | 55509 |   0.8 |  64M|1729 |   - |5645 |8171 |5645 | 227 |  16k|9613 |1557 | 0.000000e+00 | 7.000000e+01 |    Inf 
159.20/159.20	o 69
159.20/159.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
159.20/159.20	c * 159s| 69638 |  9282 | 55999 |   0.8 |  64M|1729 |   - |5645 |7928 |5645 | 251 |  16k|9692 |1562 | 0.000000e+00 | 6.900000e+01 |    Inf 
159.30/159.31	o 56
159.30/159.31	c * 159s| 69676 |  7406 | 56049 |   0.8 |  57M|1729 |   - |5645 |7810 |5645 | 260 |  16k|9694 |1566 | 0.000000e+00 | 5.600000e+01 |    Inf 
160.79/160.83	c   161s| 70000 |  7510 | 59089 |   0.8 |  59M|1729 |   - |5645 |7249 |   0 |   0 |  17k|  10k|1587 | 0.000000e+00 | 5.600000e+01 |    Inf 
161.19/161.29	o 52
161.19/161.29	c * 161s| 70119 |  7205 | 60050 |   0.9 |  59M|1729 |   - |5645 |7228 |5645 | 241 |  17k|  10k|1594 | 0.000000e+00 | 5.200000e+01 |    Inf 
161.40/161.47	o 44
161.40/161.47	c * 161s| 70151 |  6381 | 60400 |   0.9 |  56M|1729 |   - |5645 |7074 |5645 | 240 |  17k|  10k|1596 | 0.000000e+00 | 4.400000e+01 |    Inf 
161.60/161.63	o 35
161.60/161.63	c * 162s| 70188 |  5410 | 60687 |   0.9 |  53M|1729 |   - |5645 |6659 |5645 | 235 |  17k|  10k|1596 | 0.000000e+00 | 3.500000e+01 |    Inf 
161.60/161.67	o 30
161.60/161.67	c * 162s| 70200 |  5075 | 60727 |   0.9 |  52M|1729 |   - |5645 |6375 |5645 | 231 |  17k|  10k|1596 | 0.000000e+00 | 3.000000e+01 |    Inf 
161.60/161.67	o 27
161.60/161.67	c * 162s| 70201 |  4621 | 60727 |   0.9 |  50M|1729 |   - |5645 |6375 |5645 | 231 |  17k|  10k|1596 | 0.000000e+00 | 2.700000e+01 |    Inf 
161.80/161.84	o 23
161.80/161.84	c * 162s| 70238 |  4292 | 61063 |   0.9 |  49M|1729 |   - |5645 |6021 |5645 | 194 |  17k|  10k|1597 | 0.000000e+00 | 2.300000e+01 |    Inf 
161.80/161.85	o 19
161.80/161.85	c * 162s| 70239 |  3038 | 61077 |   0.9 |  42M|1729 |   - |5645 |6021 |5645 | 196 |  17k|  10k|1597 | 0.000000e+00 | 1.900000e+01 |    Inf 
182.40/182.49	c   182s| 80000 |  3330 |111371 |   1.4 |  49M|1729 |   1 |5645 |6665 |5645 | 194 |  28k|  22k|2048 | 0.000000e+00 | 1.900000e+01 |    Inf 
203.30/203.30	c   203s| 90000 |  3589 |156304 |   1.7 |  54M|1729 |  23 |5645 |8910 |5645 | 212 |  37k|  34k|2371 | 0.000000e+00 | 1.900000e+01 |    Inf 
224.31/224.32	c   224s|100000 |  3801 |199875 |   2.0 |  60M|1729 |   - |5645 |9704 |   0 |   0 |  44k|  47k|2665 | 0.000000e+00 | 1.900000e+01 |    Inf 
246.10/246.17	c   246s|110000 |  3957 |246807 |   2.2 |  65M|1729 |   - |5645 |8401 |   0 |   0 |  51k|  60k|2950 | 0.000000e+00 | 1.900000e+01 |    Inf 
267.20/267.27	c   267s|120000 |  4324 |294743 |   2.5 |  71M|1729 |   8 |5645 |  10k|5645 | 226 |  61k|  72k|3200 | 0.000000e+00 | 1.900000e+01 |    Inf 
288.30/288.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
288.30/288.35	c   288s|130000 |  4627 |333834 |   2.6 |  75M|1729 |   - |5645 |  11k|   0 |   0 |  68k|  85k|3363 | 0.000000e+00 | 1.900000e+01 |    Inf 
309.29/309.37	c   309s|140000 |  4889 |371820 |   2.7 |  80M|1729 |   - |5645 |  13k|   0 |   0 |  74k|  99k|3521 | 0.000000e+00 | 1.900000e+01 |    Inf 
330.50/330.55	c   331s|150000 |  5091 |406163 |   2.7 |  84M|1729 |   - |5645 |  13k|   0 |   0 |  79k| 112k|3652 | 0.000000e+00 | 1.900000e+01 |    Inf 
352.20/352.26	c   352s|160000 |  5208 |444058 |   2.8 |  87M|1729 |   1 |5645 |  10k|5645 | 208 |  85k| 126k|3831 | 0.000000e+00 | 1.900000e+01 |    Inf 
374.10/374.13	c   374s|170000 |  5429 |489660 |   2.9 |  91M|1729 |   1 |5645 |  11k|5645 | 231 |  92k| 139k|4024 | 0.000000e+00 | 1.900000e+01 |    Inf 
396.10/396.18	c   396s|180000 |  5818 |525265 |   2.9 |  97M|1729 |  14 |5645 |  12k|5645 | 238 |  97k| 153k|4160 | 0.000000e+00 | 1.900000e+01 |    Inf 
407.90/407.98	o 10
407.90/407.98	c * 408s|185604 |  5033 |545602 |   2.9 |  83M|1729 |   - |5645 |  10k|5645 | 236 | 100k| 160k|4229 | 0.000000e+00 | 1.000000e+01 |    Inf 
416.20/416.26	c   416s|190000 |  5096 |566077 |   3.0 |  85M|1729 |   - |5645 |  11k|   0 |   0 | 103k| 167k|4289 | 0.000000e+00 | 1.000000e+01 |    Inf 
435.70/435.75	c   436s|200000 |  5133 |615456 |   3.1 |  86M|1729 |   - |5645 |  10k|   0 |   0 | 108k| 181k|4438 | 0.000000e+00 | 1.000000e+01 |    Inf 
455.20/455.27	c   455s|210000 |  5138 |669999 |   3.2 |  87M|1729 |  11 |5645 |  10k|5645 | 205 | 118k| 195k|4633 | 0.000000e+00 | 1.000000e+01 |    Inf 
475.81/475.88	c   476s|220000 |  5211 |721706 |   3.3 |  90M|1729 |   1 |5645 |  14k|5645 | 226 | 126k| 208k|4754 | 0.000000e+00 | 1.000000e+01 |    Inf 
498.21/498.28	c   498s|230000 |  5310 |778761 |   3.4 |  93M|1729 |   - |5645 |  19k|   0 |   0 | 134k| 222k|4878 | 0.000000e+00 | 1.000000e+01 |    Inf 
498.50/498.54	o 9
498.50/498.54	c * 499s|230095 |  5274 |779441 |   3.4 |  93M|1729 |   - |5645 |  19k|5645 | 240 | 134k| 222k|4882 | 0.000000e+00 | 9.000000e+00 |    Inf 
506.51/506.59	o 4
506.51/506.59	c * 507s|233302 |  3934 |800410 |   3.4 |  72M|1729 |   - |5645 |  17k|5645 | 247 | 137k| 227k|4921 | 0.000000e+00 | 4.000000e+00 |    Inf 
522.51/522.53	c   523s|240000 |  3966 |848184 |   3.5 |  73M|1729 |   1 |5645 |  18k|5645 | 240 | 143k| 236k|5064 | 0.000000e+00 | 4.000000e+00 |    Inf 
543.61/543.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
543.61/543.67	c   544s|250000 |  3905 |908734 |   3.6 |  71M|1729 |  17 |5645 |  10k|5645 | 290 | 152k| 250k|5276 | 0.000000e+00 | 4.000000e+00 |    Inf 
561.91/561.94	c   562s|260000 |  3955 |951305 |   3.7 |  72M|1729 |   - |5645 |  13k|   0 |   0 | 157k| 263k|5349 | 0.000000e+00 | 4.000000e+00 |    Inf 
581.51/581.54	c   582s|270000 |  4068 |996361 |   3.7 |  75M|1729 |   1 |5645 |  15k|5645 | 245 | 163k| 277k|5476 | 0.000000e+00 | 4.000000e+00 |    Inf 
601.81/601.80	c   602s|280000 |  3972 |  1042k|   3.7 |  73M|1729 |   1 |5645 |8708 |5645 | 184 | 169k| 291k|5582 | 0.000000e+00 | 4.000000e+00 |    Inf 
620.50/620.53	c   621s|290000 |  3751 |  1102k|   3.8 |  71M|1729 |  27 |5645 |8721 |5645 | 289 | 178k| 305k|5736 | 0.000000e+00 | 4.000000e+00 |    Inf 
638.21/638.21	c   638s|300000 |  3549 |  1153k|   3.8 |  70M|1729 |   1 |5645 |  10k|5645 | 268 | 184k| 319k|5831 | 0.000000e+00 | 4.000000e+00 |    Inf 
657.40/657.49	c   657s|310000 |  3557 |  1206k|   3.9 |  71M|1729 |  17 |5645 |  12k|5645 | 258 | 193k| 331k|5960 | 0.000000e+00 | 4.000000e+00 |    Inf 
677.90/677.99	c   678s|320000 |  3382 |  1265k|   4.0 |  69M|1729 |   6 |5645 |9843 |5645 | 219 | 201k| 344k|6071 | 0.000000e+00 | 4.000000e+00 |    Inf 
696.11/696.16	c   696s|330000 |  3481 |  1321k|   4.0 |  71M|1729 |   6 |5645 |  12k|5645 | 238 | 208k| 358k|6199 | 0.000000e+00 | 4.000000e+00 |    Inf 
715.91/715.93	c   716s|340000 |  3529 |  1375k|   4.0 |  72M|1729 |   - |5645 |  15k|   0 |   0 | 214k| 372k|6280 | 0.000000e+00 | 4.000000e+00 |    Inf 
736.31/736.33	c   736s|350000 |  3601 |  1432k|   4.1 |  74M|1729 |   - |5645 |  19k|   0 |   0 | 221k| 385k|6392 | 0.000000e+00 | 4.000000e+00 |    Inf 
744.81/744.80	o 2
744.81/744.80	c * 745s|353726 |  3206 |  1456k|   4.1 |  69M|1729 |   - |5645 |  20k|5645 | 235 | 224k| 390k|6443 | 0.000000e+00 | 2.000000e+00 |    Inf 
758.11/758.14	c   758s|360000 |  3257 |  1488k|   4.1 |  70M|1729 |   - |5645 |  19k|5645 | 242 | 228k| 399k|6493 | 0.000000e+00 | 2.000000e+00 |    Inf 
778.41/778.46	c   778s|370000 |  3410 |  1537k|   4.2 |  70M|1729 |   - |5645 |  17k|   0 |   0 | 234k| 412k|6595 | 0.000000e+00 | 2.000000e+00 |    Inf 
799.21/799.24	c   799s|380000 |  3453 |  1586k|   4.2 |  72M|1729 |   - |5645 |  21k|   0 |   0 | 240k| 426k|6661 | 0.000000e+00 | 2.000000e+00 |    Inf 
821.81/821.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
821.81/821.88	c   822s|390000 |  3547 |  1640k|   4.2 |  74M|1729 |   - |5645 |  23k|   0 |   0 | 246k| 441k|6743 | 0.000000e+00 | 2.000000e+00 |    Inf 
845.01/845.02	c   845s|400000 |  3473 |  1696k|   4.2 |  73M|1729 |   - |5645 |  21k|   0 |   0 | 253k| 455k|6803 | 0.000000e+00 | 2.000000e+00 |    Inf 
866.51/866.58	c   867s|410000 |  3477 |  1744k|   4.3 |  73M|1729 |   1 |5645 |  18k|5645 | 250 | 258k| 468k|7008 | 0.000000e+00 | 2.000000e+00 |    Inf 
888.31/888.38	c   888s|420000 |  3517 |  1806k|   4.3 |  74M|1729 |   - |5645 |  21k|   0 |   0 | 265k| 482k|7070 | 0.000000e+00 | 2.000000e+00 |    Inf 
910.62/910.66	c   911s|430000 |  3493 |  1862k|   4.3 |  74M|1729 |  12 |5645 |  21k|5645 | 249 | 272k| 496k|7158 | 0.000000e+00 | 2.000000e+00 |    Inf 
932.12/932.11	c   932s|440000 |  3507 |  1914k|   4.4 |  75M|1729 |   - |5645 |  21k|   0 |   0 | 278k| 509k|7235 | 0.000000e+00 | 2.000000e+00 |    Inf 
954.12/954.15	c   954s|450000 |  3479 |  1968k|   4.4 |  75M|1729 |   - |5645 |  22k|   0 |   0 | 284k| 523k|7309 | 0.000000e+00 | 2.000000e+00 |    Inf 
976.61/976.63	c   977s|460000 |  3563 |  2025k|   4.4 |  76M|1729 |   6 |5645 |  23k|5645 | 217 | 292k| 538k|7387 | 0.000000e+00 | 2.000000e+00 |    Inf 
998.21/998.26	c   998s|470000 |  3613 |  2077k|   4.4 |  77M|1729 |   - |5645 |  23k|   0 |   0 | 298k| 553k|7474 | 0.000000e+00 | 2.000000e+00 |    Inf 
1018.92/1018.95	c  1019s|480000 |  3732 |  2125k|   4.4 |  80M|1729 |   - |5645 |  28k|   0 |   0 | 304k| 567k|7552 | 0.000000e+00 | 2.000000e+00 |    Inf 
1041.52/1041.59	c  1042s|490000 |  3756 |  2175k|   4.4 |  79M|1729 |  13 |5645 |  25k|5645 | 218 | 310k| 581k|7626 | 0.000000e+00 | 2.000000e+00 |    Inf 
1064.62/1064.64	c  1065s|500000 |  3789 |  2227k|   4.5 |  80M|1729 |   6 |5645 |  25k|5645 | 226 | 316k| 595k|7692 | 0.000000e+00 | 2.000000e+00 |    Inf 
1076.71/1076.75	o 1
1076.71/1076.75	c *1077s|505655 |  3791 |  2255k|   4.5 |  81M|1729 |   - |5645 |  28k|5645 | 231 | 320k| 603k|7721 | 0.000000e+00 | 1.000000e+00 |    Inf 
1086.12/1086.12	c  1086s|510000 |  3792 |  2275k|   4.5 |  80M|1729 |   - |5645 |  26k|   0 |   0 | 322k| 609k|7749 | 0.000000e+00 | 1.000000e+00 |    Inf 
1108.32/1108.30	c  1108s|520000 |  3816 |  2327k|   4.5 |  80M|1729 |   - |5645 |  24k|   0 |   0 | 329k| 624k|7817 | 0.000000e+00 | 1.000000e+00 |    Inf 
1129.82/1129.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1129.82/1129.85	c  1130s|530000 |  3832 |  2375k|   4.5 |  80M|1729 |   - |5645 |  24k|   0 |   0 | 335k| 638k|7877 | 0.000000e+00 | 1.000000e+00 |    Inf 
1151.62/1151.65	c  1152s|540000 |  3830 |  2426k|   4.5 |  81M|1729 |   - |5645 |  24k|   0 |   0 | 341k| 652k|7933 | 0.000000e+00 | 1.000000e+00 |    Inf 
1174.02/1174.07	c  1174s|550000 |  3852 |  2473k|   4.5 |  82M|1729 |  20 |5645 |  25k|5645 | 255 | 347k| 666k|7984 | 0.000000e+00 | 1.000000e+00 |    Inf 
1196.12/1196.11	c  1196s|560000 |  3825 |  2520k|   4.5 |  82M|1729 |  14 |5645 |  25k|5645 | 237 | 351k| 680k|8046 | 0.000000e+00 | 1.000000e+00 |    Inf 
1217.02/1217.06	c  1217s|570000 |  3855 |  2565k|   4.5 |  83M|1729 |  14 |5645 |  27k|5645 | 250 | 354k| 695k|8098 | 0.000000e+00 | 1.000000e+00 |    Inf 
1237.53/1237.53	c  1237s|580000 |  3937 |  2602k|   4.5 |  84M|1729 |   1 |5645 |  28k|5645 | 225 | 358k| 709k|8166 | 0.000000e+00 | 1.000000e+00 |    Inf 
1257.42/1257.46	c  1257s|590000 |  3948 |  2640k|   4.5 |  84M|1729 |   - |5645 |  27k|   0 |   0 | 363k| 724k|8197 | 0.000000e+00 | 1.000000e+00 |    Inf 
1279.22/1279.24	c  1279s|600000 |  4012 |  2685k|   4.5 |  85M|1729 |   9 |5645 |  27k|5645 | 223 | 369k| 739k|8257 | 0.000000e+00 | 1.000000e+00 |    Inf 
1301.12/1301.10	c  1301s|610000 |  4089 |  2730k|   4.5 |  86M|1729 |   - |5645 |  28k|   0 |   0 | 374k| 753k|8306 | 0.000000e+00 | 1.000000e+00 |    Inf 
1323.62/1323.63	c  1324s|620000 |  4088 |  2778k|   4.5 |  86M|1729 |  21 |5645 |  29k|5645 | 247 | 381k| 768k|8365 | 0.000000e+00 | 1.000000e+00 |    Inf 
1347.12/1347.19	c  1347s|630000 |  4118 |  2831k|   4.5 |  87M|1729 |   1 |5645 |  28k|5645 | 221 | 387k| 783k|8426 | 0.000000e+00 | 1.000000e+00 |    Inf 
1369.22/1369.29	c  1369s|640000 |  4250 |  2875k|   4.5 |  88M|1729 |   - |5645 |  29k|   0 |   0 | 393k| 797k|8473 | 0.000000e+00 | 1.000000e+00 |    Inf 
1391.43/1391.50	c  1391s|650000 |  4231 |  2916k|   4.5 |  89M|1729 |   1 |5645 |  29k|5645 | 257 | 397k| 812k|8510 | 0.000000e+00 | 1.000000e+00 |    Inf 
1413.22/1413.22	c  1413s|660000 |  4192 |  2962k|   4.5 |  88M|1729 |   - |5645 |  28k|   0 |   0 | 402k| 828k|8557 | 0.000000e+00 | 1.000000e+00 |    Inf 
1435.23/1435.24	c  1435s|670000 |  4154 |  3011k|   4.5 |  88M|1729 |   - |5645 |  29k|   0 |   0 | 407k| 844k|8614 | 0.000000e+00 | 1.000000e+00 |    Inf 
1459.22/1459.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1459.22/1459.27	c  1459s|680000 |  4076 |  3070k|   4.5 |  87M|1729 |   - |5645 |  27k|   0 |   0 | 415k| 860k|8690 | 0.000000e+00 | 1.000000e+00 |    Inf 
1480.73/1480.70	c  1481s|690000 |  4035 |  3117k|   4.5 |  86M|1729 |  16 |5645 |  27k|5645 | 245 | 420k| 875k|8761 | 0.000000e+00 | 1.000000e+00 |    Inf 
1502.23/1502.23	c  1502s|700000 |  4011 |  3162k|   4.5 |  86M|1729 |   - |5645 |  27k|   0 |   0 | 425k| 890k|8808 | 0.000000e+00 | 1.000000e+00 |    Inf 
1523.53/1523.57	c  1524s|710000 |  3980 |  3207k|   4.5 |  86M|1729 |  14 |5645 |  29k|5645 | 261 | 430k| 905k|8842 | 0.000000e+00 | 1.000000e+00 |    Inf 
1547.13/1547.14	c  1547s|720000 |  3946 |  3261k|   4.5 |  85M|1729 |  11 |5645 |  26k|5645 | 256 | 436k| 920k|8898 | 0.000000e+00 | 1.000000e+00 |    Inf 
1570.53/1570.50	c  1570s|730000 |  3938 |  3317k|   4.5 |  85M|1729 |   1 |5645 |  27k|5645 | 241 | 444k| 934k|8963 | 0.000000e+00 | 1.000000e+00 |    Inf 
1596.53/1596.53	c  1597s|740000 |  3928 |  3388k|   4.6 |  86M|1729 |   1 |5645 |  28k|5645 | 240 | 453k| 950k|9042 | 0.000000e+00 | 1.000000e+00 |    Inf 
1619.14/1619.11	c  1619s|750000 |  3957 |  3433k|   4.6 |  86M|1729 |   - |5645 |  30k|   0 |   0 | 458k| 964k|9097 | 0.000000e+00 | 1.000000e+00 |    Inf 
1642.03/1642.01	c  1642s|760000 |  4037 |  3474k|   4.6 |  88M|1729 |   1 |5645 |  32k|5645 | 245 | 463k| 979k|9132 | 0.000000e+00 | 1.000000e+00 |    Inf 
1665.93/1665.99	c  1666s|770000 |  3910 |  3524k|   4.6 |  86M|1729 |   1 |5645 |  29k|5645 | 209 | 469k| 995k|9187 | 0.000000e+00 | 1.000000e+00 |    Inf 
1691.53/1691.59	c  1692s|780000 |  3886 |  3577k|   4.6 |  86M|1729 |   1 |5645 |  30k|5645 | 241 | 476k|1010k|9234 | 0.000000e+00 | 1.000000e+00 |    Inf 
1715.83/1715.81	c  1716s|790000 |  3808 |  3629k|   4.6 |  84M|1729 |   - |5645 |  26k|   0 |   0 | 483k|1025k|9310 | 0.000000e+00 | 1.000000e+00 |    Inf 
1737.64/1737.67	c  1738s|800000 |  3780 |  3674k|   4.6 |  84M|1729 |   - |5645 |  27k|   0 |   0 | 488k|1039k|9363 | 0.000000e+00 | 1.000000e+00 |    Inf 
1761.04/1761.08	c  1761s|810000 |  3836 |  3722k|   4.6 |  85M|1729 |   1 |5645 |  30k|5645 | 242 | 494k|1053k|9401 | 0.000000e+00 | 1.000000e+00 |    Inf 
1784.73/1784.72	c  1785s|820000 |  3652 |  3769k|   4.6 |  81M|1729 |   1 |5645 |  23k|5645 | 235 | 499k|1068k|9460 | 0.000000e+00 | 1.000000e+00 |    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      : 822616
1790.03/1790.00	c Primal Bound       : +1.00000000000000e+00 (177 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 -x125 
1790.03/1790.08	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 x111 -x110 -x109 -x108 x107 -x106 -x105 -x104 
1790.03/1790.08	v -x103 -x102 -x101 -x100 -x99 x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 x82 -x81 -x80 
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 -x54 
1790.03/1790.08	v -x53 -x52 -x51 -x50 -x49 x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 x36 -x35 -x34 x33 -x32 -x31 -x30 -x29 
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-2705051-1278578333.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-2705051-1278578333.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, 32565 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        :          -       5414          -          -       5414          -          -          -          -
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     544413          0         24        777          0          0     821804
1790.03/1790.08	c   linear           :       2707          6    4288688     132502          0     311848   20081800     500829          0          0
1790.03/1790.08	c   indicator        :       2707          0    2371735     112246          0        618    3157677          0          0          0
1790.03/1790.08	c   logicor          :          0+         0    1294347          0          0      67132    1453238          0          0          0
1790.03/1790.08	c   bounddisjunction :          0+         0     399248          0          0         54       2180          0          0          0
1790.03/1790.08	c   countsols        :          0          0          0      67330          0          0          0          0          0          0
1790.03/1790.08	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.03/1790.08	c   integral         :      15.43       0.00       0.00      15.43       0.00
1790.03/1790.08	c   linear           :     219.25       0.00     206.85      12.39       0.00
1790.03/1790.08	c   indicator        :      44.76       0.01      27.76      16.99       0.00
1790.03/1790.08	c   logicor          :     249.06       0.00     249.06       0.00       0.00
1790.03/1790.08	c   bounddisjunction :       4.13       0.00       4.13       0.00       0.00
1790.03/1790.08	c   countsols        :       0.01       0.00       0.00       0.01       0.00
1790.03/1790.08	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.03/1790.08	c   vbounds          :       0.80      32958          0       6076
1790.03/1790.08	c   rootredcost      :       0.64         45          0       2707
1790.03/1790.08	c   pseudoobj        :     162.98    4298830       9375    2981264
1790.03/1790.08	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.03/1790.08	c   propagation      :      23.62     388409     388288    2408962       31.5      12499       27.0          -
1790.03/1790.08	c   infeasible LP    :       6.50      18530      18530     147112       42.9        143       21.5          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          0          0          0        0.0          0        0.0          -
1790.03/1790.08	c   applied globally :          -          -          -    1072679       24.9          -          -          -
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          :      53.11     546289          0     231049          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        :      14.89     411553         24        777          0          0     821804
1790.03/1790.08	c   pscost           :       0.00          0          0          0          0          0          0
1790.03/1790.08	c   inference        :      35.93      67285          0          0          0          0     135012
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.15          -         45
1790.03/1790.08	c   pseudo solutions :       0.00          -          0
1790.03/1790.08	c   feaspump         :       0.01          0          0
1790.03/1790.08	c   intshifting      :       0.01          0          0
1790.03/1790.08	c   oneopt           :       0.40         38          0
1790.03/1790.08	c   guideddiving     :       0.16         63          0
1790.03/1790.08	c   pscostdiving     :       0.16         89          0
1790.03/1790.08	c   fracdiving       :       0.16         89          0
1790.03/1790.08	c   coefdiving       :       0.17         90          0
1790.03/1790.08	c   veclendiving     :       0.16         90          0
1790.03/1790.08	c   linesearchdiving :       0.16         90          0
1790.03/1790.08	c   rootsoldiving    :       0.19         86          0
1790.03/1790.08	c   objpscostdiving  :       0.18         86          0
1790.03/1790.08	c   crossover        :       2.31         62          9
1790.03/1790.08	c   trivial          :       0.07          2          2
1790.03/1790.08	c   simplerounding   :       0.77     411760          0
1790.03/1790.08	c   zirounding       :       0.42       1000          0
1790.03/1790.08	c   rounding         :       1.14       9049          0
1790.03/1790.08	c   shifting         :       0.61       2822          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.18          0          0
1790.03/1790.08	c   trysol           :       0.40        328        121
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          :     469.34     498595    3780500       7.58    8055.01
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.12         67       1084      16.18    8776.48
1790.03/1790.08	c   strong branching :      11.25       9484     111208      11.73    9883.32
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            :     822616
1790.03/1790.08	c   nodes (total)    :     822616
1790.03/1790.08	c   nodes left       :       3616
1790.03/1790.08	c   max depth        :       1729
1790.03/1790.08	c   max depth (total):       1729
1790.03/1790.08	c   backtracks       :      77131 (9.4%)
1790.03/1790.08	c   delayed cutoffs  :      66095
1790.03/1790.08	c   repropagations   :    2010688 (4869924 domain reductions, 63107 cutoffs)
1790.03/1790.08	c   avg switch length:       6.39
1790.03/1790.08	c   switching time   :     262.12
1790.03/1790.08	c Solution           :
1790.03/1790.08	c   Solutions found  :        177 (46 improvements)
1790.03/1790.08	c   First Solution   : +1.36624000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1790.03/1790.08	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 505655 nodes, 1076.72 seconds, depth 48, 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.13/1790.18	c Time complete: 1790.22.

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

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


[startup+0 s]
/proc/loadavg: 2.07 2.02 1.92 3/178 22089
/proc/meminfo: memFree=29955668/32950928 swapFree=4192956/4192956
[pid=22089] ppid=22087 vsize=12516 CPUtime=0
/proc/22089/stat : 22089 (pbscip.linux.x8) R 22087 22089 21648 0 -1 4202496 1976 0 0 0 0 0 0 0 21 0 1 0 26046773 12816384 1894 4089446400 4194304 10345943 140736027427728 18446744073709551615 9107500 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/22089/statm: 3129 1894 429 1502 0 1622 0

[startup+0.060894 s]
/proc/loadavg: 2.07 2.02 1.92 3/178 22089
/proc/meminfo: memFree=29955668/32950928 swapFree=4192956/4192956
[pid=22089] ppid=22087 vsize=38024 CPUtime=0.05
/proc/22089/stat : 22089 (pbscip.linux.x8) R 22087 22089 21648 0 -1 4202496 8449 0 0 0 5 0 0 0 21 0 1 0 26046773 38936576 8013 4089446400 4194304 10345943 140736027427728 18446744073709551615 4246696 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22089/statm: 9506 8013 509 1502 0 7999 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 38024

[startup+0.100881 s]
/proc/loadavg: 2.07 2.02 1.92 3/178 22089
/proc/meminfo: memFree=29955668/32950928 swapFree=4192956/4192956
[pid=22089] ppid=22087 vsize=38024 CPUtime=0.09
/proc/22089/stat : 22089 (pbscip.linux.x8) R 22087 22089 21648 0 -1 4202496 8449 0 0 0 9 0 0 0 21 0 1 0 26046773 38936576 8013 4089446400 4194304 10345943 140736027427728 18446744073709551615 4246696 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22089/statm: 9506 8013 509 1502 0 7999 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38024

[startup+0.300848 s]
/proc/loadavg: 2.07 2.02 1.92 3/178 22089
/proc/meminfo: memFree=29955668/32950928 swapFree=4192956/4192956
[pid=22089] ppid=22087 vsize=70108 CPUtime=0.29
/proc/22089/stat : 22089 (pbscip.linux.x8) R 22087 22089 21648 0 -1 4202496 16227 0 0 0 27 2 0 0 21 0 1 0 26046773 71790592 15791 4089446400 4194304 10345943 140736027427728 18446744073709551615 4688020 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22089/statm: 17527 15791 632 1502 0 16020 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70108

[startup+0.700777 s]
/proc/loadavg: 2.07 2.02 1.92 3/178 22089
/proc/meminfo: memFree=29955668/32950928 swapFree=4192956/4192956
[pid=22089] ppid=22087 vsize=65268 CPUtime=0.69
/proc/22089/stat : 22089 (pbscip.linux.x8) R 22087 22089 21648 0 -1 4202496 16893 0 0 0 65 4 0 0 22 0 1 0 26046773 66834432 15052 4089446400 4194304 10345943 140736027427728 18446744073709551615 6518612 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22089/statm: 16317 15052 751 1502 0 14810 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65268

[startup+1.50064 s]
/proc/loadavg: 2.07 2.02 1.92 3/179 22090
/proc/meminfo: memFree=29898044/32950928 swapFree=4192956/4192956
[pid=22089] ppid=22087 vsize=65268 CPUtime=1.49
/proc/22089/stat : 22089 (pbscip.linux.x8) R 22087 22089 21648 0 -1 4202496 16895 0 0 0 144 5 0 0 25 0 1 0 26046773 66834432 15054 4089446400 4194304 10345943 140736027427728 18446744073709551615 6777399 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22089/statm: 16317 15054 753 1502 0 14810 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65268

[startup+3.10036 s]
/proc/loadavg: 2.07 2.02 1.92 3/179 22090
/proc/meminfo: memFree=29897424/32950928 swapFree=4192956/4192956
[pid=22089] ppid=22087 vsize=65268 CPUtime=3.09
/proc/22089/stat : 22089 (pbscip.linux.x8) R 22087 22089 21648 0 -1 4202496 16907 0 0 0 304 5 0 0 25 0 1 0 26046773 66834432 15066 4089446400 4194304 10345943 140736027427728 18446744073709551615 4999640 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22089/statm: 16317 15066 761 1502 0 14810 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65268

[startup+6.30079 s]
/proc/loadavg: 2.07 2.02 1.92 3/179 22090
/proc/meminfo: memFree=29896556/32950928 swapFree=4192956/4192956
[pid=22089] ppid=22087 vsize=65268 CPUtime=6.29
/proc/22089/stat : 22089 (pbscip.linux.x8) R 22087 22089 21648 0 -1 4202496 16912 0 0 0 624 5 0 0 25 0 1 0 26046773 66834432 15071 4089446400 4194304 10345943 140736027427728 18446744073709551615 6918078 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22089/statm: 16317 15071 761 1502 0 14810 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 65268

[startup+12.7007 s]
/proc/loadavg: 2.06 2.01 1.92 3/179 22090
/proc/meminfo: memFree=29895312/32950928 swapFree=4192956/4192956
[pid=22089] ppid=22087 vsize=82172 CPUtime=12.69
/proc/22089/stat : 22089 (pbscip.linux.x8) R 22087 22089 21648 0 -1 4202496 24049 0 0 0 1262 7 0 0 25 0 1 0 26046773 84144128 19079 4089446400 4194304 10345943 140736027427728 18446744073709551615 5926399 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22089/statm: 20543 19079 761 1502 0 19036 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 82172

[startup+25.5004 s]
/proc/loadavg: 2.05 2.01 1.92 3/179 22090
/proc/meminfo: memFree=29847836/32950928 swapFree=4192956/4192956
[pid=22089] ppid=22087 vsize=94880 CPUtime=25.49
/proc/22089/stat : 22089 (pbscip.linux.x8) R 22087 22089 21648 0 -1 4202496 27865 0 0 0 2540 9 0 0 25 0 1 0 26046773 97157120 22287 4089446400 4194304 10345943 140736027427728 18446744073709551615 4687909 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22089/statm: 23720 22287 762 1502 0 22213 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 94880

[startup+51.1009 s]
/proc/loadavg: 2.03 2.01 1.92 3/179 22092
/proc/meminfo: memFree=29781416/32950928 swapFree=4192956/4192956
[pid=22089] ppid=22087 vsize=119944 CPUtime=51.09
/proc/22089/stat : 22089 (pbscip.linux.x8) R 22087 22089 21648 0 -1 4202496 34747 0 0 0 5097 12 0 0 25 0 1 0 26046773 122822656 28566 4089446400 4194304 10345943 140736027427728 18446744073709551615 5926401 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22089/statm: 29986 28566 762 1502 0 28479 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 119944

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 1.92 3/179 22092
/proc/meminfo: memFree=29658676/32950928 swapFree=4192956/4192956
[pid=22089] ppid=22087 vsize=171496 CPUtime=102.3
/proc/22089/stat : 22089 (pbscip.linux.x8) R 22087 22089 21648 0 -1 4202496 89592 0 0 0 10204 26 0 0 25 0 1 0 26046773 175611904 41590 4089446400 4194304 10345943 140736027427728 18446744073709551615 9134739 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22089/statm: 42874 41615 762 1502 0 41367 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 171496

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 22094
/proc/meminfo: memFree=29535868/32950928 swapFree=4192956/4192956
[pid=22089] ppid=22087 vsize=251504 CPUtime=162.29
/proc/22089/stat : 22089 (pbscip.linux.x8) R 22087 22089 21648 0 -1 4202496 177028 0 0 0 16184 45 0 0 25 0 1 0 26046773 257540096 61269 4089446400 4194304 10345943 140736027427728 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22089/statm: 62876 61269 775 1502 0 61369 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 251504

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 22096
/proc/meminfo: memFree=29500244/32950928 swapFree=4192956/4192956
[pid=22089] ppid=22087 vsize=274812 CPUtime=222.3
/proc/22089/stat : 22089 (pbscip.linux.x8) R 22087 22089 21648 0 -1 4202496 205523 0 0 0 22163 67 0 0 25 0 1 0 26046773 281407488 67190 4089446400 4194304 10345943 140736027427728 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22089/statm: 68703 67190 783 1502 0 67196 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 274812

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 22098
/proc/meminfo: memFree=29477004/32950928 swapFree=4192956/4192956
[pid=22089] ppid=22087 vsize=294808 CPUtime=282.3
/proc/22089/stat : 22089 (pbscip.linux.x8) R 22087 22089 21648 0 -1 4202496 214865 0 0 0 28144 86 0 0 25 0 1 0 26046773 301883392 71952 4089446400 4194304 10345943 140736027427728 18446744073709551615 4995703 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22089/statm: 73702 71952 794 1502 0 72195 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 294808

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 22099
/proc/meminfo: memFree=29452268/32950928 swapFree=4192956/4192956
[pid=22089] ppid=22087 vsize=307048 CPUtime=342.3
/proc/22089/stat : 22089 (pbscip.linux.x8) R 22087 22089 21648 0 -1 4202496 218032 0 0 0 34129 101 0 0 25 0 1 0 26046773 314417152 75119 4089446400 4194304 10345943 140736027427728 18446744073709551615 4882046 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22089/statm: 76762 75119 794 1502 0 75255 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 307048

[startup+402.301 s]
/proc/loadavg: 2.06 2.02 1.93 3/179 22100
/proc/meminfo: memFree=29433372/32950928 swapFree=4192956/4192956
[pid=22089] ppid=22087 vsize=323128 CPUtime=402.31
/proc/22089/stat : 22089 (pbscip.linux.x8) R 22087 22089 21648 0 -1 4202496 223799 0 0 0 40116 115 0 0 25 0 1 0 26046773 330883072 78913 4089446400 4194304 10345943 140736027427728 18446744073709551615 5614624 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22089/statm: 80782 78913 794 1502 0 79275 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 323128

[startup+462.3 s]
/proc/loadavg: 2.02 2.01 1.93 3/179 22102
/proc/meminfo: memFree=29426496/32950928 swapFree=4192956/4192956
[pid=22089] ppid=22087 vsize=327800 CPUtime=462.3
/proc/22089/stat : 22089 (pbscip.linux.x8) R 22087 22089 21648 0 -1 4202496 249957 0 0 0 46096 134 0 0 25 0 1 0 26046773 335667200 80216 4089446400 4194304 10345943 140736027427728 18446744073709551615 6063682 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22089/statm: 81950 80216 795 1502 0 80443 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 327800

[startup+522.301 s]
/proc/loadavg: 2.01 2.00 1.93 3/179 22104
/proc/meminfo: memFree=29423736/32950928 swapFree=4192956/4192956
[pid=22089] ppid=22087 vsize=331724 CPUtime=522.31
/proc/22089/stat : 22089 (pbscip.linux.x8) R 22087 22089 21648 0 -1 4202496 281701 0 0 0 52075 156 0 0 25 0 1 0 26046773 339685376 80886 4089446400 4194304 10345943 140736027427728 18446744073709551615 9138288 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22089/statm: 82931 80886 796 1502 0 81424 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 331724

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22106
/proc/meminfo: memFree=29419960/32950928 swapFree=4192956/4192956
[pid=22089] ppid=22087 vsize=332112 CPUtime=582.31
/proc/22089/stat : 22089 (pbscip.linux.x8) R 22087 22089 21648 0 -1 4202496 285802 0 0 0 58057 174 0 0 25 0 1 0 26046773 340082688 81239 4089446400 4194304 10345943 140736027427728 18446744073709551615 6068889 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22089/statm: 83028 81239 796 1502 0 81521 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 332112

[startup+642.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22107
/proc/meminfo: memFree=29416428/32950928 swapFree=4192956/4192956
[pid=22089] ppid=22087 vsize=334336 CPUtime=642.32
/proc/22089/stat : 22089 (pbscip.linux.x8) R 22087 22089 21648 0 -1 4202496 290439 0 0 0 64040 192 0 0 25 0 1 0 26046773 342360064 81770 4089446400 4194304 10345943 140736027427728 18446744073709551615 6777168 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22089/statm: 83584 81770 796 1502 0 82077 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 334336

[startup+702.301 s]

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

/proc/meminfo: memFree=29382300/32950928 swapFree=4192956/4192956
[pid=22089] ppid=22087 vsize=350036 CPUtime=1002.31
/proc/22089/stat : 22089 (pbscip.linux.x8) R 22087 22089 21648 0 -1 4202496 302028 0 0 0 99937 294 0 0 25 0 1 0 26046773 358436864 85830 4089446400 4194304 10345943 140736027427728 18446744073709551615 6108004 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22089/statm: 87509 85830 796 1502 0 86002 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 350036

[startup+1062.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/179 22118
/proc/meminfo: memFree=29382016/32950928 swapFree=4192956/4192956
[pid=22089] ppid=22087 vsize=350036 CPUtime=1062.32
/proc/22089/stat : 22089 (pbscip.linux.x8) R 22087 22089 21648 0 -1 4202496 302029 0 0 0 105921 311 0 0 25 0 1 0 26046773 358436864 85831 4089446400 4194304 10345943 140736027427728 18446744073709551615 6328950 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22089/statm: 87509 85831 796 1502 0 86002 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 350036

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22120
/proc/meminfo: memFree=29378856/32950928 swapFree=4192956/4192956
[pid=22089] ppid=22087 vsize=350036 CPUtime=1122.31
/proc/22089/stat : 22089 (pbscip.linux.x8) R 22087 22089 21648 0 -1 4202496 303969 0 0 0 111904 327 0 0 25 0 1 0 26046773 358436864 85868 4089446400 4194304 10345943 140736027427728 18446744073709551615 6802904 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22089/statm: 87509 85868 796 1502 0 86002 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 350036

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22122
/proc/meminfo: memFree=29378680/32950928 swapFree=4192956/4192956
[pid=22089] ppid=22087 vsize=350036 CPUtime=1182.32
/proc/22089/stat : 22089 (pbscip.linux.x8) R 22087 22089 21648 0 -1 4202496 304981 0 0 0 117888 344 0 0 25 0 1 0 26046773 358436864 85868 4089446400 4194304 10345943 140736027427728 18446744073709551615 4995703 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22089/statm: 87509 85868 796 1502 0 86002 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 350036

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22123
/proc/meminfo: memFree=29380004/32950928 swapFree=4192956/4192956
[pid=22089] ppid=22087 vsize=350036 CPUtime=1242.32
/proc/22089/stat : 22089 (pbscip.linux.x8) R 22087 22089 21648 0 -1 4202496 306003 0 0 0 123872 360 0 0 25 0 1 0 26046773 358436864 85868 4089446400 4194304 10345943 140736027427728 18446744073709551615 6068889 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22089/statm: 87509 85868 796 1502 0 86002 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 350036

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22124
/proc/meminfo: memFree=29379716/32950928 swapFree=4192956/4192956
[pid=22089] ppid=22087 vsize=350036 CPUtime=1302.33
/proc/22089/stat : 22089 (pbscip.linux.x8) R 22087 22089 21648 0 -1 4202496 306005 0 0 0 129859 374 0 0 25 0 1 0 26046773 358436864 85870 4089446400 4194304 10345943 140736027427728 18446744073709551615 4218186 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22089/statm: 87509 85870 796 1502 0 86002 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 350036

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22135
/proc/meminfo: memFree=29376536/32950928 swapFree=4192956/4192956
[pid=22089] ppid=22087 vsize=350036 CPUtime=1362.33
/proc/22089/stat : 22089 (pbscip.linux.x8) R 22087 22089 21648 0 -1 4202496 306008 0 0 0 135842 391 0 0 25 0 1 0 26046773 358436864 85873 4089446400 4194304 10345943 140736027427728 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22089/statm: 87509 85873 796 1502 0 86002 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 350036

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22137
/proc/meminfo: memFree=29376488/32950928 swapFree=4192956/4192956
[pid=22089] ppid=22087 vsize=350036 CPUtime=1422.33
/proc/22089/stat : 22089 (pbscip.linux.x8) R 22087 22089 21648 0 -1 4202496 306017 0 0 0 141827 406 0 0 25 0 1 0 26046773 358436864 85882 4089446400 4194304 10345943 140736027427728 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22089/statm: 87509 85882 796 1502 0 86002 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 350036

[startup+1482.3 s]
/proc/loadavg: 2.04 2.01 1.94 3/179 22139
/proc/meminfo: memFree=29376196/32950928 swapFree=4192956/4192956
[pid=22089] ppid=22087 vsize=350036 CPUtime=1482.32
/proc/22089/stat : 22089 (pbscip.linux.x8) R 22087 22089 21648 0 -1 4202496 306018 0 0 0 147810 422 0 0 25 0 1 0 26046773 358436864 85883 4089446400 4194304 10345943 140736027427728 18446744073709551615 5614603 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22089/statm: 87509 85883 796 1502 0 86002 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 350036

[startup+1542.3 s]
/proc/loadavg: 2.06 2.02 1.94 3/179 22140
/proc/meminfo: memFree=29376500/32950928 swapFree=4192956/4192956
[pid=22089] ppid=22087 vsize=350036 CPUtime=1542.33
/proc/22089/stat : 22089 (pbscip.linux.x8) R 22087 22089 21648 0 -1 4202496 308243 0 0 0 153794 439 0 0 25 0 1 0 26046773 358436864 85883 4089446400 4194304 10345943 140736027427728 18446744073709551615 6868696 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22089/statm: 87509 85883 796 1502 0 86002 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 350036

[startup+1602.3 s]
/proc/loadavg: 2.02 2.02 1.94 3/179 22141
/proc/meminfo: memFree=29376328/32950928 swapFree=4192956/4192956
[pid=22089] ppid=22087 vsize=350036 CPUtime=1602.33
/proc/22089/stat : 22089 (pbscip.linux.x8) R 22087 22089 21648 0 -1 4202496 308246 0 0 0 159778 455 0 0 25 0 1 0 26046773 358436864 85886 4089446400 4194304 10345943 140736027427728 18446744073709551615 4218186 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22089/statm: 87509 85886 796 1502 0 86002 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 350036

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/179 22143
/proc/meminfo: memFree=29376648/32950928 swapFree=4192956/4192956
[pid=22089] ppid=22087 vsize=350036 CPUtime=1662.33
/proc/22089/stat : 22089 (pbscip.linux.x8) R 22087 22089 21648 0 -1 4202496 308246 0 0 0 165765 468 0 0 25 0 1 0 26046773 358436864 85886 4089446400 4194304 10345943 140736027427728 18446744073709551615 4218186 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22089/statm: 87509 85886 796 1502 0 86002 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 350036

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/179 22145
/proc/meminfo: memFree=29376724/32950928 swapFree=4192956/4192956
[pid=22089] ppid=22087 vsize=350036 CPUtime=1722.34
/proc/22089/stat : 22089 (pbscip.linux.x8) R 22087 22089 21648 0 -1 4202496 308246 0 0 0 171751 483 0 0 25 0 1 0 26046773 358436864 85886 4089446400 4194304 10345943 140736027427728 18446744073709551615 5614817 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22089/statm: 87509 85886 796 1502 0 86002 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 350036

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22147
/proc/meminfo: memFree=29376300/32950928 swapFree=4192956/4192956
[pid=22089] ppid=22087 vsize=350036 CPUtime=1782.33
/proc/22089/stat : 22089 (pbscip.linux.x8) R 22087 22089 21648 0 -1 4202496 308252 0 0 0 177735 498 0 0 25 0 1 0 26046773 358436864 85892 4089446400 4194304 10345943 140736027427728 18446744073709551615 4836682 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22089/statm: 87509 85892 796 1502 0 86002 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 350036

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 22174
/proc/meminfo: memFree=29647600/32950928 swapFree=4192956/4192956
[pid=22089] ppid=22087 vsize=350036 CPUtime=1785.54
/proc/22089/stat : 22089 (pbscip.linux.x8) R 22087 22089 21648 0 -1 4202496 308252 0 0 0 178054 500 0 0 25 0 1 0 26046773 358436864 85892 4089446400 4194304 10345943 140736027427728 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22089/statm: 87509 85892 796 1502 0 86002 0
Current children cumulated CPU time (s) 1785.54
Current children cumulated vsize (KiB) 350036

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22174
/proc/meminfo: memFree=29645968/32950928 swapFree=4192956/4192956
[pid=22089] ppid=22087 vsize=350036 CPUtime=1788.74
/proc/22089/stat : 22089 (pbscip.linux.x8) R 22087 22089 21648 0 -1 4202496 308252 0 0 0 178373 501 0 0 25 0 1 0 26046773 358436864 85892 4089446400 4194304 10345943 140736027427728 18446744073709551615 5614724 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22089/statm: 87509 85892 796 1502 0 86002 0
Current children cumulated CPU time (s) 1788.74
Current children cumulated vsize (KiB) 350036

[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22174
/proc/meminfo: memFree=29645968/32950928 swapFree=4192956/4192956
[pid=22089] ppid=22087 vsize=350036 CPUtime=1789.54
/proc/22089/stat : 22089 (pbscip.linux.x8) R 22087 22089 21648 0 -1 4202496 308252 0 0 0 178453 501 0 0 25 0 1 0 26046773 358436864 85892 4089446400 4194304 10345943 140736027427728 18446744073709551615 4214221 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22089/statm: 87509 85892 796 1502 0 86002 0
Current children cumulated CPU time (s) 1789.54
Current children cumulated vsize (KiB) 350036

[startup+1789.9 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22174
/proc/meminfo: memFree=29644976/32950928 swapFree=4192956/4192956
[pid=22089] ppid=22087 vsize=350036 CPUtime=1789.93
/proc/22089/stat : 22089 (pbscip.linux.x8) R 22087 22089 21648 0 -1 4202496 308252 0 0 0 178492 501 0 0 25 0 1 0 26046773 358436864 85892 4089446400 4194304 10345943 140736027427728 18446744073709551615 6864985 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22089/statm: 87509 85892 796 1502 0 86002 0
Current children cumulated CPU time (s) 1789.93
Current children cumulated vsize (KiB) 350036

[startup+1790.1 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22174
/proc/meminfo: memFree=29644976/32950928 swapFree=4192956/4192956
[pid=22089] ppid=22087 vsize=350036 CPUtime=1790.13
/proc/22089/stat : 22089 (pbscip.linux.x8) R 22087 22089 21648 0 -1 4202496 308253 0 0 0 178512 501 0 0 25 0 1 0 26046773 358436864 85893 4089446400 4194304 10345943 140736027427728 18446744073709551615 4220208 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/22089/statm: 87509 85893 797 1502 0 86002 0
Current children cumulated CPU time (s) 1790.13
Current children cumulated vsize (KiB) 350036

Child status: 0
Real time (s): 1790.18
CPU time (s): 1790.23
CPU user time (s): 1785.2
CPU system time (s): 5.03023
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 352356

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

runsolver used 3.03854 second user time and 6.74097 second system time

The end

Launcher Data

Begin job on node124 at 2010-07-08 10:38:54
IDJOB=2705051
IDBENCH=79277
IDSOLVER=1214
FILE ID=node124/2705051-1278578333
PBS_JOBID= 11240206
Free space on /tmp= 130192 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.1900574864--soft-0-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2705051-1278578333/watcher-2705051-1278578333 -o /tmp/evaluation-result-2705051-1278578333/solver-2705051-1278578333 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705051-1278578333.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 2d789ef1df9f4a4dbc546a24cba98a06
RANDOM SEED=1608957129

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.82
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.846
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.846
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:      29956444 kB
Buffers:        160824 kB
Cached:        2574124 kB
SwapCached:          0 kB
Active:        1094168 kB
Inactive:      1768232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29956444 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           25932 kB
Writeback:           0 kB
AnonPages:      127596 kB
Mapped:          17540 kB
Slab:            98220 kB
PageTables:       5040 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  20668420 kB
Committed_AS:   270004 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    265212 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 130180 MiB
End job on node124 at 2010-07-08 11:08:44