Trace number 2693011

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.2 with Clp 1.11.1 (Release Version) as LP solverMSAT (TO) 1800.28 1800.23

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900581320--soft-0-100-0.wbo
MD5SUM85ba7bcc847457eeeb822d6fc8af8950
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 benchmark254.891
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 138262
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 138261
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 641
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: Clp 1.11.1] [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-2693011-1277928678.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.13	o 138261
0.09/0.13	c feasible solution found by trivial heuristic, objective value  1.382610e+05
0.09/0.13	c presolving:
0.09/0.14	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.15	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.19/0.20	c    (0.2s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.19/0.20	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.19/0.20	c presolving (3 rounds):
0.19/0.20	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.19/0.20	c  2707 implications, 0 cliques
0.19/0.20	c presolved problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5414 constraints
0.19/0.20	c    2707 constraints of type <indicator>
0.19/0.20	c    2707 constraints of type <linear>
0.19/0.20	c transformed objective value is always integral (scale: 1)
0.19/0.20	c Presolving Time: 0.15
0.19/0.20	c - non default parameters ----------------------------------------------------------------------
0.19/0.20	c # SCIP version 1.2.1.2
0.19/0.20	c 
0.19/0.20	c # frequency for displaying node information lines
0.19/0.20	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.20	c display/freq = 10000
0.19/0.20	c 
0.19/0.20	c # maximal time in seconds to run
0.19/0.20	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.20	c limits/time = 1799.97
0.19/0.20	c 
0.19/0.20	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.20	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.20	c limits/memory = 3420
0.19/0.20	c 
0.19/0.20	c # should presolving try to simplify inequalities
0.19/0.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.20	c constraints/linear/simplifyinequalities = TRUE
0.19/0.20	c 
0.19/0.20	c # should presolving try to simplify knapsacks
0.19/0.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.20	c constraints/knapsack/simplifyinequalities = TRUE
0.19/0.20	c 
0.19/0.20	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.19/0.20	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.20	c separating/rapidlearning/freq = 0
0.19/0.20	c 
0.19/0.20	c -----------------------------------------------------------------------------------------------
0.19/0.20	c start solving
0.19/0.20	c 
0.19/0.22	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.22	c t 0.2s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.382610e+05 |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |    20 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.382610e+05 |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |    42 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.382610e+05 |    Inf 
0.19/0.24	c   0.2s|     1 |     0 |    62 |     - |  19M|   0 |  14 |5645 |5414 |5645 |  85 |  85 |   0 |   0 | 0.000000e+00 | 1.382610e+05 |    Inf 
0.19/0.25	c   0.2s|     1 |     0 |    88 |     - |  19M|   0 |  33 |5645 |5414 |5645 | 123 | 123 |   0 |   0 | 0.000000e+00 | 1.382610e+05 |    Inf 
0.19/0.28	c   0.2s|     1 |     0 |   110 |     - |  19M|   0 |  43 |5645 |5414 |5645 | 145 | 145 |   0 |   0 | 0.000000e+00 | 1.382610e+05 |    Inf 
0.29/0.31	c   0.3s|     1 |     0 |   183 |     - |  19M|   0 |  50 |5645 |5414 |5645 | 164 | 164 |   0 |   0 | 0.000000e+00 | 1.382610e+05 |    Inf 
0.39/0.45	c   0.4s|     1 |     2 |   276 |     - |  19M|   0 |  50 |5645 |5414 |5645 | 164 | 164 |   0 |  33 | 0.000000e+00 | 1.382610e+05 |    Inf 
15.39/15.45	c  15.2s| 10000 | 10001 |  2812 |   0.3 |  44M|1993 |   0 |5645 |5414 |5645 | 238 | 980 |   0 | 613 | 0.000000e+00 | 1.382610e+05 |    Inf 
30.80/30.81	c  30.4s| 20000 | 20001 |  5369 |   0.3 |  66M|1993 |   0 |5645 |5414 |5645 | 225 |1797 |   0 | 736 | 0.000000e+00 | 1.382610e+05 |    Inf 
44.19/44.23	c  43.7s| 30000 | 29997 |  7176 |   0.2 |  86M|1993 |   0 |5645 |5434 |5645 | 252 |2372 |  20 | 806 | 0.000000e+00 | 1.382610e+05 |    Inf 
57.70/57.73	c  57.0s| 40000 | 39997 |  9340 |   0.2 | 105M|1993 |   0 |5645 |5434 |5645 | 271 |3001 |  20 | 868 | 0.000000e+00 | 1.382610e+05 |    Inf 
70.99/71.07	o 1017
70.99/71.07	c *70.3s| 49869 | 45740 | 11436 |   0.2 | 117M|1993 |   - |5645 |5444 |5645 | 261 |3630 |  30 | 916 | 0.000000e+00 | 1.017000e+03 |    Inf 
71.29/71.32	c  70.5s| 50000 | 45871 | 11622 |   0.2 | 117M|1993 |   0 |5645 |5444 |5645 | 264 |3678 |  30 | 920 | 0.000000e+00 | 1.017000e+03 |    Inf 
79.10/79.18	o 271
79.10/79.18	c *78.3s| 54959 | 15686 | 13884 |   0.2 |  60M|1993 |   - |5645 |5483 |5645 | 263 |4287 |  69 | 961 | 0.000000e+00 | 2.710000e+02 |    Inf 
83.60/83.68	o 262
83.60/83.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
83.60/83.68	c *82.7s| 56796 | 16642 | 17239 |   0.3 |  65M|1993 |   - |5645 |6310 |5645 | 245 |5181 | 896 |1049 | 0.000000e+00 | 2.620000e+02 |    Inf 
86.69/86.77	o 261
86.69/86.77	c *85.7s| 57838 | 17269 | 19646 |   0.3 |  70M|1993 |   - |5645 |7379 |5645 | 269 |5906 |1965 |1081 | 0.000000e+00 | 2.610000e+02 |    Inf 
87.39/87.49	o 247
87.39/87.49	c *86.5s| 58064 | 16028 | 20084 |   0.3 |  68M|1993 |   - |5645 |7662 |5645 | 243 |6028 |2248 |1097 | 0.000000e+00 | 2.470000e+02 |    Inf 
87.49/87.53	o 233
87.49/87.53	c *86.5s| 58068 | 14542 | 20095 |   0.3 |  65M|1993 |   - |5645 |7662 |5645 | 246 |6031 |2248 |1097 | 0.000000e+00 | 2.330000e+02 |    Inf 
88.39/88.44	o 228
88.39/88.44	c *87.4s| 58389 | 14294 | 20778 |   0.4 |  64M|1993 |   - |5645 |8007 |5645 | 253 |6195 |2593 |1097 | 0.000000e+00 | 2.280000e+02 |    Inf 
91.50/91.56	o 222
91.50/91.56	c *90.4s| 59424 | 14461 | 22885 |   0.4 |  68M|1993 |   - |5645 |9237 |5645 | 252 |6804 |3872 |1111 | 0.000000e+00 | 2.220000e+02 |    Inf 
91.50/91.59	o 218
91.50/91.59	c *90.5s| 59432 | 14107 | 22891 |   0.4 |  67M|1993 |   - |5645 |9236 |5645 | 252 |6804 |3872 |1111 | 0.000000e+00 | 2.180000e+02 |    Inf 
91.60/91.62	o 193
91.60/91.62	c *90.5s| 59438 | 11791 | 22894 |   0.4 |  61M|1993 |   - |5645 |9246 |5645 | 252 |6804 |3882 |1111 | 0.000000e+00 | 1.930000e+02 |    Inf 
92.79/92.89	o 160
92.79/92.89	c *91.8s| 59800 |  8359 | 23959 |   0.4 |  52M|1993 |   - |5645 |9570 |5645 | 255 |7126 |4305 |1125 | 0.000000e+00 | 1.600000e+02 |    Inf 
93.59/93.60	c  92.5s| 60000 |  8495 | 24614 |   0.4 |  53M|1993 |   0 |5645 |9667 |5645 | 242 |7301 |4483 |1149 | 0.000000e+00 | 1.600000e+02 |    Inf 
95.89/95.90	o 159
95.89/95.90	c *94.7s| 60654 |  8758 | 26533 |   0.4 |  55M|1993 |   - |5645 |9934 |5645 | 257 |7853 |5212 |1181 | 0.000000e+00 | 1.590000e+02 |    Inf 
95.89/95.93	o 140
95.89/95.93	c *94.8s| 60656 |  6995 | 26541 |   0.4 |  50M|1993 |   - |5645 |9934 |5645 | 257 |7853 |5212 |1181 | 0.000000e+00 | 1.400000e+02 |    Inf 
99.40/99.47	o 136
99.40/99.47	c *98.2s| 61586 |  7212 | 30402 |   0.5 |  54M|1993 |   - |5645 |9639 |5645 | 267 |8900 |6297 |1238 | 0.000000e+00 | 1.360000e+02 |    Inf 
105.29/105.31	o 135
105.29/105.31	c * 104s| 63129 |  8078 | 39148 |   0.6 |  61M|1993 |   - |5645 |7748 |5645 | 253 |  11k|7697 |1314 | 0.000000e+00 | 1.350000e+02 |    Inf 
107.20/107.22	o 128
107.20/107.22	c * 106s| 63663 |  7764 | 41334 |   0.6 |  62M|1993 |   - |5645 |7530 |5645 | 259 |  11k|8167 |1339 | 0.000000e+00 | 1.280000e+02 |    Inf 
107.29/107.33	o 124
107.29/107.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
107.29/107.33	c * 106s| 63685 |  7473 | 41547 |   0.6 |  62M|1993 |   - |5645 |7520 |5645 | 249 |  11k|8173 |1343 | 0.000000e+00 | 1.240000e+02 |    Inf 
107.39/107.43	o 113
107.39/107.43	c * 106s| 63699 |  6604 | 41778 |   0.7 |  59M|1993 |   - |5645 |7503 |5645 | 264 |  11k|8174 |1347 | 0.000000e+00 | 1.130000e+02 |    Inf 
107.49/107.50	o 109
107.49/107.50	c * 106s| 63707 |  6358 | 41970 |   0.7 |  59M|1993 |   - |5645 |7482 |5645 | 248 |  11k|8175 |1349 | 0.000000e+00 | 1.090000e+02 |    Inf 
108.20/108.25	o 107
108.20/108.25	c * 107s| 63880 |  6280 | 42989 |   0.7 |  60M|1993 |   - |5645 |7559 |5645 | 256 |  12k|8402 |1359 | 0.000000e+00 | 1.070000e+02 |    Inf 
117.09/117.11	o 104
117.09/117.11	c * 116s| 66138 |  7184 | 56439 |   0.9 |  73M|1993 |   - |5645 |6993 |5645 | 225 |  15k|  10k|1497 | 0.000000e+00 | 1.040000e+02 |    Inf 
117.19/117.20	o 94
117.19/117.20	c * 116s| 66165 |  6255 | 56689 |   0.9 |  70M|1993 |   - |5645 |6976 |5645 | 220 |  15k|  10k|1501 | 0.000000e+00 | 9.400000e+01 |    Inf 
118.29/118.31	o 88
118.29/118.31	c * 117s| 66514 |  5923 | 58518 |   0.9 |  69M|1993 |   - |5645 |6829 |5645 | 233 |  15k|  10k|1516 | 0.000000e+00 | 8.800000e+01 |    Inf 
118.39/118.42	o 82
118.39/118.42	c * 117s| 66597 |  5533 | 58649 |   0.9 |  67M|1993 |   - |5645 |6657 |5645 | 196 |  15k|  10k|1520 | 0.000000e+00 | 8.200000e+01 |    Inf 
124.09/124.18	o 79
124.09/124.18	c * 123s| 68380 |  6082 | 63786 |   0.9 |  73M|1993 |   - |5645 |7230 |5645 | 221 |  16k|  12k|1564 | 0.000000e+00 | 7.900000e+01 |    Inf 
124.30/124.34	o 76
124.30/124.34	c * 123s| 68413 |  5715 | 63963 |   0.9 |  71M|1993 |   - |5645 |7142 |5645 | 230 |  16k|  12k|1566 | 0.000000e+00 | 7.600000e+01 |    Inf 
127.99/128.02	o 73
127.99/128.02	c * 126s| 69546 |  5913 | 66900 |   1.0 |  72M|1993 |   - |5645 |7071 |5645 | 232 |  17k|  14k|1574 | 0.000000e+00 | 7.300000e+01 |    Inf 
129.59/129.65	c   128s| 70000 |  6061 | 68601 |   1.0 |  74M|1993 |   0 |5645 |6609 |5645 | 251 |  17k|  14k|1574 | 0.000000e+00 | 7.300000e+01 |    Inf 
134.10/134.12	o 72
134.10/134.12	c * 132s| 71304 |  6144 | 73501 |   1.0 |  74M|1993 |   - |5645 |6523 |5645 | 210 |  19k|  16k|1603 | 0.000000e+00 | 7.200000e+01 |    Inf 
163.10/163.14	c   161s| 80000 |  8661 |111138 |   1.4 |  98M|1993 |   0 |5645 |7212 |5645 | 203 |  27k|  25k|1971 | 0.000000e+00 | 7.200000e+01 |    Inf 
165.80/165.81	o 63
165.80/165.81	c * 164s| 80842 |  8293 |113735 |   1.4 |  94M|1993 |   - |5645 |7333 |5645 | 248 |  28k|  26k|1983 | 0.000000e+00 | 6.300000e+01 |    Inf 
168.80/168.87	o 56
168.80/168.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
168.80/168.87	c * 167s| 81850 |  7951 |117201 |   1.4 |  92M|1993 |   - |5645 |6675 |5645 | 264 |  28k|  27k|2014 | 0.000000e+00 | 5.600000e+01 |    Inf 
175.00/175.05	o 51
175.00/175.05	c * 173s| 83799 |  7636 |125016 |   1.5 |  90M|1993 |   - |5645 |6625 |5645 | 267 |  30k|  29k|2115 | 0.000000e+00 | 5.100000e+01 |    Inf 
178.89/178.95	o 50
178.89/178.95	c * 176s| 85194 |  7755 |128992 |   1.5 |  91M|1993 |   - |5645 |6815 |5645 | 211 |  31k|  30k|2120 | 0.000000e+00 | 5.000000e+01 |    Inf 
181.70/181.72	o 32
181.70/181.72	c * 179s| 86092 |  6805 |132165 |   1.5 |  83M|1993 |   - |5645 |6424 |5645 | 276 |  32k|  31k|2163 | 0.000000e+00 | 3.200000e+01 |    Inf 
187.90/187.99	o 26
187.90/187.99	c * 185s| 88572 |  6360 |142793 |   1.6 |  80M|1993 |   - |5645 |5965 |5645 | 240 |  34k|  35k|2252 | 0.000000e+00 | 2.600000e+01 |    Inf 
188.19/188.25	o 23
188.19/188.25	c * 186s| 88680 |  6147 |143244 |   1.6 |  77M|1993 |   - |5645 |5886 |5645 | 252 |  34k|  35k|2253 | 0.000000e+00 | 2.300000e+01 |    Inf 
188.29/188.30	o 19
188.29/188.30	c * 186s| 88692 |  5544 |143268 |   1.6 |  72M|1993 |   - |5645 |5775 |5645 | 256 |  34k|  35k|2253 | 0.000000e+00 | 1.900000e+01 |    Inf 
188.29/188.38	o 16
188.29/188.38	c * 186s| 88729 |  5265 |143340 |   1.6 |  69M|1993 |   - |5645 |5668 |5645 | 266 |  34k|  35k|2253 | 0.000000e+00 | 1.600000e+01 |    Inf 
190.10/190.11	o 15
190.10/190.11	c * 187s| 89497 |  5217 |146781 |   1.6 |  69M|1993 |   - |5645 |5225 |5645 | 253 |  34k|  36k|2304 | 0.000000e+00 | 1.500000e+01 |    Inf 
191.20/191.21	c   188s| 90000 |  5215 |149234 |   1.7 |  69M|1993 |   - |5645 |4867 |   0 |   0 |  35k|  37k|2334 | 0.000000e+00 | 1.500000e+01 |    Inf 
195.99/196.09	o 11
195.99/196.09	c * 193s| 92484 |  4518 |159232 |   1.7 |  64M|1993 |   - |5645 |5857 |5645 | 245 |  36k|  40k|2393 | 0.000000e+00 | 1.100000e+01 |    Inf 
209.49/209.59	c   206s|100000 |  4444 |184952 |   1.8 |  66M|1993 |   3 |5645 |8798 |5645 | 247 |  40k|  50k|2564 | 0.000000e+00 | 1.100000e+01 |    Inf 
229.09/229.15	c   226s|110000 |  4674 |225355 |   2.0 |  71M|1993 |   - |5645 |  11k|   0 |   0 |  46k|  63k|2791 | 0.000000e+00 | 1.100000e+01 |    Inf 
250.00/250.00	c   246s|120000 |  4858 |269934 |   2.2 |  73M|1993 |  11 |5645 |  11k|5645 | 241 |  52k|  76k|3019 | 0.000000e+00 | 1.100000e+01 |    Inf 
270.50/270.51	c   266s|130000 |  4991 |310165 |   2.4 |  75M|1993 |   1 |5645 |  11k|5645 | 261 |  56k|  90k|3189 | 0.000000e+00 | 1.100000e+01 |    Inf 
290.60/290.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
290.60/290.61	c   286s|140000 |  5044 |347359 |   2.5 |  77M|1993 |   1 |5645 |  12k|5645 | 212 |  59k| 103k|3345 | 0.000000e+00 | 1.100000e+01 |    Inf 
302.80/302.89	o 8
302.80/302.89	c * 298s|146294 |  4603 |369329 |   2.5 |  74M|1993 |   - |5645 |  13k|5645 | 236 |  62k| 111k|3475 | 0.000000e+00 | 8.000000e+00 |    Inf 
306.20/306.29	o 7
306.20/306.29	c * 301s|147954 |  4537 |375769 |   2.5 |  73M|1993 |   - |5645 |  13k|5645 | 245 |  63k| 113k|3497 | 0.000000e+00 | 7.000000e+00 |    Inf 
310.70/310.70	c   305s|150000 |  4536 |385441 |   2.6 |  74M|1993 |   - |5645 |  13k|   0 |   0 |  64k| 116k|3534 | 0.000000e+00 | 7.000000e+00 |    Inf 
328.70/328.70	c   323s|160000 |  4527 |422694 |   2.6 |  74M|1993 |   1 |5645 |9878 |5645 | 217 |  69k| 129k|3680 | 0.000000e+00 | 7.000000e+00 |    Inf 
347.91/347.99	c   342s|170000 |  4575 |460609 |   2.7 |  76M|1993 |   9 |5645 |  11k|5645 | 226 |  74k| 143k|3823 | 0.000000e+00 | 7.000000e+00 |    Inf 
368.10/368.14	c   362s|180000 |  4594 |504924 |   2.8 |  78M|1993 |   1 |5645 |  14k|5645 | 274 |  79k| 156k|3991 | 0.000000e+00 | 7.000000e+00 |    Inf 
388.10/388.12	c   381s|190000 |  4673 |547209 |   2.9 |  80M|1993 |   - |5645 |  15k|   0 |   0 |  84k| 169k|4160 | 0.000000e+00 | 7.000000e+00 |    Inf 
408.80/408.82	c   402s|200000 |  4683 |593198 |   3.0 |  81M|1993 |  10 |5645 |  17k|5645 | 258 |  88k| 182k|4290 | 0.000000e+00 | 7.000000e+00 |    Inf 
429.80/429.83	c   422s|210000 |  4557 |637417 |   3.0 |  79M|1993 |  11 |5645 |  12k|5645 | 259 |  93k| 195k|4460 | 0.000000e+00 | 7.000000e+00 |    Inf 
449.40/449.47	c   442s|220000 |  4548 |679612 |   3.1 |  79M|1993 |   1 |5645 |  10k|5645 | 240 |  98k| 208k|4629 | 0.000000e+00 | 7.000000e+00 |    Inf 
469.00/469.04	c   461s|230000 |  4751 |718823 |   3.1 |  83M|1993 |   - |5645 |  14k|   0 |   0 | 104k| 222k|4725 | 0.000000e+00 | 7.000000e+00 |    Inf 
480.61/480.70	o 6
480.61/480.70	c * 472s|235576 |  4797 |742562 |   3.2 |  84M|1993 |   - |5645 |  15k|5645 | 304 | 107k| 230k|4782 | 0.000000e+00 | 6.000000e+00 |    Inf 
480.71/480.75	o 5
480.71/480.75	c * 472s|235589 |  4726 |742632 |   3.2 |  83M|1993 |   - |5645 |  15k|5645 | 313 | 107k| 230k|4782 | 0.000000e+00 | 5.000000e+00 |    Inf 
489.81/489.88	c   481s|240000 |  4810 |760557 |   3.2 |  84M|1993 |   - |5645 |  15k|   0 |   0 | 109k| 236k|4819 | 0.000000e+00 | 5.000000e+00 |    Inf 
511.51/511.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
511.51/511.55	c   503s|250000 |  5005 |807348 |   3.2 |  86M|1993 |   - |5645 |  15k|   0 |   0 | 114k| 251k|4931 | 0.000000e+00 | 5.000000e+00 |    Inf 
532.51/532.50	c   523s|260000 |  5143 |848802 |   3.3 |  89M|1993 |  17 |5645 |  18k|5645 | 268 | 118k| 264k|5038 | 0.000000e+00 | 5.000000e+00 |    Inf 
546.71/546.73	o 4
546.71/546.73	c * 537s|266963 |  5166 |877995 |   3.3 |  87M|1993 |   - |5645 |  14k|5645 | 232 | 122k| 273k|5125 | 0.000000e+00 | 4.000000e+00 |    Inf 
546.90/546.90	o 2
546.90/546.90	c * 537s|267028 |  4875 |878347 |   3.3 |  83M|1993 |   - |5645 |  14k|5645 | 238 | 122k| 273k|5127 | 0.000000e+00 | 2.000000e+00 |    Inf 
552.71/552.78	c   543s|270000 |  4950 |889624 |   3.3 |  84M|1993 |  11 |5645 |  15k|5645 | 249 | 123k| 277k|5164 | 0.000000e+00 | 2.000000e+00 |    Inf 
572.91/572.91	c   563s|280000 |  5017 |933819 |   3.3 |  86M|1993 |   6 |5645 |  14k|5645 | 248 | 128k| 291k|5260 | 0.000000e+00 | 2.000000e+00 |    Inf 
592.31/592.33	c   582s|290000 |  5088 |978518 |   3.4 |  87M|1993 |   - |5645 |  14k|   0 |   0 | 133k| 305k|5387 | 0.000000e+00 | 2.000000e+00 |    Inf 
592.91/592.92	o 1
592.91/592.92	c * 582s|290290 |  5027 |980124 |   3.4 |  86M|1993 |   - |5645 |  14k|5645 | 256 | 133k| 305k|5396 | 0.000000e+00 | 1.000000e-00 |    Inf 
611.81/611.88	c   601s|300000 |  5081 |  1025k|   3.4 |  88M|1993 |   8 |5645 |  16k|5645 | 240 | 136k| 319k|5453 | 0.000000e+00 | 1.000000e-00 |    Inf 
631.01/631.04	c   620s|310000 |  5122 |  1065k|   3.4 |  89M|1993 |   - |5645 |  14k|   0 |   0 | 139k| 333k|5552 | 0.000000e+00 | 1.000000e-00 |    Inf 
649.81/649.86	c   638s|320000 |  5031 |  1108k|   3.5 |  88M|1993 |   - |5645 |  14k|5645 | 262 | 142k| 348k|5657 | 0.000000e+00 | 1.000000e-00 |    Inf 
669.01/669.06	c   657s|330000 |  5027 |  1148k|   3.5 |  89M|1993 |   1 |5645 |  15k|5645 | 284 | 146k| 362k|5788 | 0.000000e+00 | 1.000000e-00 |    Inf 
689.11/689.12	c   677s|340000 |  5147 |  1188k|   3.5 |  92M|1993 |   1 |5645 |  19k|5645 | 270 | 150k| 377k|5892 | 0.000000e+00 | 1.000000e-00 |    Inf 
710.21/710.24	c   698s|350000 |  5296 |  1229k|   3.5 |  94M|1993 |   1 |5645 |  20k|5645 | 270 | 156k| 392k|5956 | 0.000000e+00 | 1.000000e-00 |    Inf 
731.91/731.91	c   719s|360000 |  5410 |  1268k|   3.5 |  96M|1993 |   1 |5645 |  22k|5645 | 292 | 160k| 407k|6009 | 0.000000e+00 | 1.000000e-00 |    Inf 
755.41/755.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
755.41/755.45	c   742s|370000 |  5419 |  1311k|   3.5 |  95M|1993 |   - |5645 |  17k|   0 |   0 | 164k| 422k|6117 | 0.000000e+00 | 1.000000e-00 |    Inf 
776.01/776.02	c   763s|380000 |  5568 |  1344k|   3.5 |  97M|1993 |   - |5645 |  20k|   0 |   0 | 169k| 437k|6188 | 0.000000e+00 | 1.000000e-00 |    Inf 
797.01/797.05	c   783s|390000 |  5647 |  1377k|   3.5 |  99M|1993 |   1 |5645 |  21k|5645 | 286 | 175k| 451k|6252 | 0.000000e+00 | 1.000000e-00 |    Inf 
818.21/818.25	c   804s|400000 |  5712 |  1414k|   3.5 | 100M|1993 |   - |5645 |  22k|   0 |   0 | 180k| 466k|6331 | 0.000000e+00 | 1.000000e-00 |    Inf 
839.81/839.87	c   826s|410000 |  5887 |  1448k|   3.5 | 102M|1993 |   7 |5645 |  22k|5645 | 286 | 184k| 480k|6397 | 0.000000e+00 | 1.000000e-00 |    Inf 
862.52/862.53	c   848s|420000 |  5963 |  1484k|   3.5 | 103M|1993 |   1 |5645 |  23k|5645 | 258 | 189k| 494k|6455 | 0.000000e+00 | 1.000000e-00 |    Inf 
884.33/884.36	c   870s|430000 |  6034 |  1520k|   3.5 | 105M|1993 |   1 |5645 |  24k|5645 | 254 | 195k| 508k|6511 | 0.000000e+00 | 1.000000e-00 |    Inf 
907.32/907.36	c   892s|440000 |  6350 |  1563k|   3.6 | 107M|1993 |   1 |5645 |  24k|5645 | 269 | 201k| 523k|6566 | 0.000000e+00 | 1.000000e-00 |    Inf 
930.02/930.07	c   915s|450000 |  6714 |  1605k|   3.6 | 110M|1993 |   1 |5645 |  24k|5645 | 283 | 207k| 538k|6654 | 0.000000e+00 | 1.000000e-00 |    Inf 
953.12/953.11	c   938s|460000 |  6936 |  1649k|   3.6 | 113M|1993 |   1 |5645 |  24k|5645 | 268 | 212k| 553k|6727 | 0.000000e+00 | 1.000000e-00 |    Inf 
975.52/975.59	c   960s|470000 |  7089 |  1690k|   3.6 | 114M|1993 |   1 |5645 |  24k|5645 | 287 | 218k| 569k|6785 | 0.000000e+00 | 1.000000e-00 |    Inf 
998.42/998.45	c   982s|480000 |  7208 |  1732k|   3.6 | 116M|1993 |   - |5645 |  24k|   0 |   0 | 223k| 585k|6840 | 0.000000e+00 | 1.000000e-00 |    Inf 
1022.02/1022.01	c  1005s|490000 |  7235 |  1776k|   3.6 | 117M|1993 |  10 |5645 |  25k|5645 | 266 | 228k| 601k|6904 | 0.000000e+00 | 1.000000e-00 |    Inf 
1046.03/1046.06	c  1029s|500000 |  7221 |  1817k|   3.6 | 117M|1993 |   1 |5645 |  24k|5645 | 296 | 232k| 617k|6972 | 0.000000e+00 | 1.000000e-00 |    Inf 
1069.92/1069.99	c  1053s|510000 |  7167 |  1858k|   3.6 | 118M|1993 |   1 |5645 |  24k|5645 | 251 | 238k| 633k|7037 | 0.000000e+00 | 1.000000e-00 |    Inf 
1092.23/1092.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1092.23/1092.24	c  1075s|520000 |  7286 |  1905k|   3.7 | 120M|1993 |  17 |5645 |  26k|5645 | 291 | 243k| 649k|7094 | 0.000000e+00 | 1.000000e-00 |    Inf 
1114.83/1114.81	c  1097s|530000 |  7349 |  1943k|   3.7 | 121M|1993 |   - |5645 |  26k|   0 |   0 | 247k| 664k|7148 | 0.000000e+00 | 1.000000e-00 |    Inf 
1139.03/1139.08	c  1121s|540000 |  7253 |  1985k|   3.7 | 120M|1993 |  21 |5645 |  25k|5645 | 270 | 251k| 680k|7203 | 0.000000e+00 | 1.000000e-00 |    Inf 
1163.22/1163.24	c  1145s|550000 |  7238 |  2028k|   3.7 | 121M|1993 |   - |5645 |  25k|   0 |   0 | 257k| 696k|7253 | 0.000000e+00 | 1.000000e-00 |    Inf 
1187.52/1187.53	c  1169s|560000 |  7172 |  2068k|   3.7 | 120M|1993 |   - |5645 |  24k|   0 |   0 | 262k| 712k|7312 | 0.000000e+00 | 1.000000e-00 |    Inf 
1212.63/1212.62	c  1193s|570000 |  7162 |  2111k|   3.7 | 121M|1993 |   - |5645 |  24k|   0 |   0 | 266k| 727k|7367 | 0.000000e+00 | 1.000000e-00 |    Inf 
1236.43/1236.48	c  1217s|580000 |  7165 |  2148k|   3.7 | 121M|1993 |   8 |5645 |  22k|5645 | 274 | 271k| 741k|7421 | 0.000000e+00 | 1.000000e-00 |    Inf 
1259.33/1259.33	c  1239s|590000 |  7117 |  2192k|   3.7 | 121M|1993 |   1 |5645 |  22k|5645 | 268 | 276k| 757k|7497 | 0.000000e+00 | 1.000000e-00 |    Inf 
1281.73/1281.74	c  1261s|600000 |  7074 |  2229k|   3.7 | 120M|1993 |   1 |5645 |  22k|5645 | 269 | 281k| 772k|7545 | 0.000000e+00 | 1.000000e-00 |    Inf 
1305.53/1305.55	c  1285s|610000 |  7033 |  2276k|   3.7 | 121M|1993 |   - |5645 |  22k|   0 |   0 | 286k| 788k|7611 | 0.000000e+00 | 1.000000e-00 |    Inf 
1328.43/1328.41	c  1307s|620000 |  7015 |  2319k|   3.7 | 122M|1993 |   - |5645 |  25k|   0 |   0 | 291k| 805k|7674 | 0.000000e+00 | 1.000000e-00 |    Inf 
1351.73/1351.79	c  1330s|630000 |  6926 |  2359k|   3.7 | 121M|1993 |   - |5645 |  24k|   0 |   0 | 295k| 821k|7730 | 0.000000e+00 | 1.000000e-00 |    Inf 
1373.63/1373.64	c  1352s|640000 |  6962 |  2396k|   3.7 | 121M|1993 |   1 |5645 |  25k|5645 | 277 | 300k| 836k|7773 | 0.000000e+00 | 1.000000e-00 |    Inf 
1394.84/1394.88	c  1373s|650000 |  7024 |  2431k|   3.7 | 123M|1993 |   - |5645 |  27k|   0 |   0 | 304k| 853k|7809 | 0.000000e+00 | 1.000000e-00 |    Inf 
1418.23/1418.26	c  1396s|660000 |  7103 |  2472k|   3.7 | 124M|1993 |   - |5645 |  28k|   0 |   0 | 308k| 870k|7851 | 0.000000e+00 | 1.000000e-00 |    Inf 
1443.24/1443.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1443.24/1443.24	c  1420s|670000 |  7182 |  2511k|   3.7 | 126M|1993 |   1 |5645 |  29k|5645 | 291 | 312k| 886k|7908 | 0.000000e+00 | 1.000000e-00 |    Inf 
1468.54/1468.57	c  1445s|680000 |  7260 |  2550k|   3.8 | 128M|1993 |   1 |5645 |  32k|5645 | 286 | 316k| 905k|7963 | 0.000000e+00 | 1.000000e-00 |    Inf 
1494.14/1494.12	c  1471s|690000 |  7012 |  2592k|   3.8 | 122M|1993 |   1 |5645 |  22k|5645 | 240 | 321k| 921k|8029 | 0.000000e+00 | 1.000000e-00 |    Inf 
1516.24/1516.22	c  1492s|700000 |  7004 |  2632k|   3.8 | 122M|1993 |   - |5645 |  23k|   0 |   0 | 325k| 937k|8088 | 0.000000e+00 | 1.000000e-00 |    Inf 
1539.43/1539.42	c  1515s|710000 |  7043 |  2674k|   3.8 | 124M|1993 |   1 |5645 |  25k|5645 | 289 | 331k| 951k|8132 | 0.000000e+00 | 1.000000e-00 |    Inf 
1563.14/1563.17	c  1538s|720000 |  7095 |  2716k|   3.8 | 126M|1993 |   1 |5645 |  27k|5645 | 261 | 334k| 965k|8181 | 0.000000e+00 | 1.000000e-00 |    Inf 
1587.54/1587.57	c  1563s|730000 |  6904 |  2754k|   3.8 | 122M|1993 |   8 |5645 |  21k|5645 | 273 | 339k| 981k|8250 | 0.000000e+00 | 1.000000e-00 |    Inf 
1609.54/1609.52	c  1584s|740000 |  6984 |  2793k|   3.8 | 123M|1993 |   - |5645 |  21k|   0 |   0 | 344k| 995k|8296 | 0.000000e+00 | 1.000000e-00 |    Inf 
1632.74/1632.75	c  1607s|750000 |  7038 |  2831k|   3.8 | 124M|1993 |   9 |5645 |  22k|5645 | 288 | 350k|1010k|8344 | 0.000000e+00 | 1.000000e-00 |    Inf 
1655.55/1655.59	c  1629s|760000 |  6378 |  2869k|   3.8 | 114M|1993 |   1 |5645 |  18k|5645 | 269 | 354k|1026k|8382 | 0.000000e+00 | 1.000000e-00 |    Inf 
1676.64/1676.64	c  1650s|770000 |  6373 |  2911k|   3.8 | 114M|1993 |   1 |5645 |  19k|5645 | 227 | 358k|1040k|8637 | 0.000000e+00 | 1.000000e-00 |    Inf 
1698.74/1698.77	c  1672s|780000 |  6460 |  2947k|   3.8 | 116M|1993 |   - |5645 |  22k|   0 |   0 | 362k|1054k|8673 | 0.000000e+00 | 1.000000e-00 |    Inf 
1722.84/1722.80	c  1696s|790000 |  6719 |  2991k|   3.8 | 120M|1993 |   - |5645 |  24k|   0 |   0 | 366k|1067k|8707 | 0.000000e+00 | 1.000000e-00 |    Inf 
1747.64/1747.60	c  1720s|800000 |  6697 |  3039k|   3.8 | 121M|1993 |   - |5645 |  25k|   0 |   0 | 370k|1081k|8755 | 0.000000e+00 | 1.000000e-00 |    Inf 
1770.54/1770.59	c  1743s|810000 |  6694 |  3078k|   3.8 | 121M|1993 |   - |5645 |  24k|   0 |   0 | 373k|1095k|8793 | 0.000000e+00 | 1.000000e-00 |    Inf 
1793.44/1793.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1793.44/1793.44	c  1765s|820000 |  6715 |  3122k|   3.8 | 122M|1993 |   1 |5645 |  23k|5645 | 266 | 376k|1110k|8830 | 0.000000e+00 | 1.000000e-00 |    Inf 
1800.05/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.00	c 
1800.05/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.00	c Solving Time (sec) : 1771.62
1800.05/1800.00	c Solving Nodes      : 822960
1800.05/1800.00	c Primal Bound       : +1.00000000000000e-00 (346 solutions)
1800.05/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.05/1800.00	c Gap                : infinite
1800.05/1800.07	s SATISFIABLE
1800.05/1800.07	v -x231 -x230 -x229 -x228 -x227 x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.05/1800.07	v -x209 x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 x193 -x192 -x191 -x190 -x189 
1800.05/1800.07	v -x188 -x187 -x186 x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 x174 -x173 -x172 -x171 -x170 -x169 x168 
1800.05/1800.07	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 x152 x151 -x150 -x149 -x148 -x147 -x146 
1800.05/1800.07	v -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 x130 -x129 -x128 -x127 -x126 -x125 
1800.05/1800.07	v -x124 -x123 -x122 -x121 x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 x105 -x104 
1800.05/1800.07	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.05/1800.07	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.05/1800.07	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.05/1800.07	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.05/1800.07	v x1 
1800.05/1800.07	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.07	c Solving Time       :    1771.62
1800.05/1800.07	c Original Problem   :
1800.05/1800.07	c   Problem name     : HOME/instance-2693011-1277928678.wbo
1800.05/1800.07	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.05/1800.07	c   Constraints      : 5415 initial, 5415 maximal
1800.05/1800.07	c Presolved Problem  :
1800.05/1800.07	c   Problem name     : t_HOME/instance-2693011-1277928678.wbo
1800.05/1800.07	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.05/1800.07	c   Constraints      : 5414 initial, 33714 maximal
1800.05/1800.07	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.07	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.07	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.07	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.07	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.07	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.07	c   probing          :       0.04          0          0          0          0          0          0          0          0
1800.05/1800.07	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.07	c   linear           :       0.03          0          0          0       2707          0          1          0          0
1800.05/1800.07	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.07	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.07	c   root node        :          -       2707          -          -       5414          -          -          -          -
1800.05/1800.07	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.07	c   integral         :          0          0          0     529859          0         17        618          0          0     826490
1800.05/1800.07	c   indicator        :       2707          0    1339591      90854          0        224    4296777          0          0          0
1800.05/1800.07	c   linear           :       2707          6    4160206     116041          0     310298   18727944     377793          0          0
1800.05/1800.07	c   logicor          :          0+         0    1357519          0          0      74268    1582590          0          0          0
1800.05/1800.07	c   bounddisjunction :          0+         0       1098          0          0          0          0          0          0          0
1800.05/1800.07	c   countsols        :          0          0          0      69616          0          0          0          0          0          0
1800.05/1800.07	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.07	c   integral         :      14.13       0.00       0.00      14.13       0.00
1800.05/1800.07	c   indicator        :      26.06       0.00      12.74      13.32       0.00
1800.05/1800.07	c   linear           :     222.55       0.00     215.10       7.45       0.00
1800.05/1800.07	c   logicor          :     256.32       0.00     256.32       0.00       0.00
1800.05/1800.07	c   bounddisjunction :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.07	c   countsols        :       0.02       0.00       0.00       0.02       0.00
1800.05/1800.07	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.07	c   vbounds          :       1.00          2          0          0
1800.05/1800.07	c   rootredcost      :       0.69         46          0       2707
1800.05/1800.07	c   pseudoobj        :     202.08    4169301       8479    2995673
1800.05/1800.07	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.07	c   propagation      :      24.48     393045     392870    2452851       32.0      20211       19.8          -
1800.05/1800.07	c   infeasible LP    :       4.89      13717      13716     108983       43.5        248       17.3          0
1800.05/1800.07	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.07	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.07	c   pseudo solution  :       0.04        165        165        545        9.2        210        5.3          -
1800.05/1800.07	c   applied globally :          -          -          -    1114053       25.2          -          -          -
1800.05/1800.07	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.05/1800.07	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.07	c   cut pool         :       0.00          3          -          -          2          -    (maximal pool size: 74)
1800.05/1800.07	c   redcost          :      40.39     533295          0    1211073          0          0
1800.05/1800.07	c   impliedbounds    :       0.00          4          0          0          0          0
1800.05/1800.07	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.07	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.07	c   gomory           :       0.02          4          0          0         75          0
1800.05/1800.07	c   strongcg         :       0.00          4          0          0          0          0
1800.05/1800.07	c   cmir             :       0.00          4          0          0          1          0
1800.05/1800.07	c   flowcover        :       0.03          4          0          0          2          0
1800.05/1800.07	c   clique           :       0.00          1          0          0          0          0
1800.05/1800.07	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.07	c   mcf              :       0.00          1          0          0          0          0
1800.05/1800.07	c   rapidlearning    :       0.00          0          0          0          0          0
1800.05/1800.07	c Pricers            :       Time      Calls       Vars
1800.05/1800.07	c   problem variables:       0.00          0          0
1800.05/1800.07	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.07	c   relpscost        :      13.73     413785         17        618          0          0     826490
1800.05/1800.07	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.07	c   inference        :      14.04      69570          0          0          0          0     139140
1800.05/1800.07	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.07	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.07	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.07	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.07	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.07	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.07	c   LP solutions     :       0.16          -         46
1800.05/1800.07	c   pseudo solutions :       0.00          -          0
1800.05/1800.07	c   feaspump         :       0.00          0          0
1800.05/1800.07	c   oneopt           :       0.48         46          0
1800.05/1800.07	c   guideddiving     :       0.06         30          0
1800.05/1800.07	c   veclendiving     :       0.18         85          0
1800.05/1800.07	c   linesearchdiving :       0.10         85          0
1800.05/1800.07	c   pscostdiving     :       0.14         85          0
1800.05/1800.07	c   fracdiving       :       0.07         85          0
1800.05/1800.07	c   coefdiving       :       0.18         86          0
1800.05/1800.07	c   objpscostdiving  :       0.16         81          0
1800.05/1800.07	c   rootsoldiving    :       0.18         81          0
1800.05/1800.07	c   crossover        :       2.39         73          4
1800.05/1800.07	c   trivial          :       0.08          2          2
1800.05/1800.07	c   simplerounding   :       0.91     414655          0
1800.05/1800.07	c   zirounding       :       0.50       1000          0
1800.05/1800.07	c   rounding         :       2.55       9034          0
1800.05/1800.07	c   shifting         :       1.29       2846          0
1800.05/1800.07	c   intshifting      :       0.04          4          0
1800.05/1800.07	c   twoopt           :       0.00          0          0
1800.05/1800.07	c   fixandinfer      :       0.00          0          0
1800.05/1800.07	c   intdiving        :       0.00          0          0
1800.05/1800.07	c   actconsdiving    :       0.00          0          0
1800.05/1800.07	c   octane           :       0.00          0          0
1800.05/1800.07	c   rens             :       0.02          1          0
1800.05/1800.07	c   rins             :       0.00          0          0
1800.05/1800.07	c   localbranching   :       0.00          0          0
1800.05/1800.07	c   mutation         :       0.00          0          0
1800.05/1800.07	c   dins             :       0.00          0          0
1800.05/1800.07	c   undercover       :       0.00          0          0
1800.05/1800.07	c   nlp              :       0.26          0          0
1800.05/1800.07	c   trysol           :       2.63       4599        294
1800.05/1800.07	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.07	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.07	c   dual LP          :     464.29     478564    3132792       6.55    6747.49
1800.05/1800.07	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.07	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.07	c   diving/probing LP:       0.19        104       1439      13.84    7573.68
1800.05/1800.07	c   strong branching :      10.97       8851      96907      10.95    8833.82
1800.05/1800.07	c     (at root node) :          -         33       1884      57.09          -
1800.05/1800.07	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.07	c B&B Tree           :
1800.05/1800.07	c   number of runs   :          1
1800.05/1800.07	c   nodes            :     822960
1800.05/1800.07	c   nodes (total)    :     822960
1800.05/1800.07	c   nodes left       :       6752
1800.05/1800.07	c   max depth        :       1993
1800.05/1800.07	c   max depth (total):       1993
1800.05/1800.07	c   backtracks       :      78060 (9.5%)
1800.05/1800.07	c   delayed cutoffs  :      71295
1800.05/1800.07	c   repropagations   :    1930656 (5000716 domain reductions, 67000 cutoffs)
1800.05/1800.07	c   avg switch length:       6.24
1800.05/1800.07	c   switching time   :     260.84
1800.05/1800.07	c Solution           :
1800.05/1800.07	c   Solutions found  :        346 (47 improvements)
1800.05/1800.07	c   First Solution   : +1.38261000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1800.05/1800.07	c   Primal Bound     : +1.00000000000000e-00   (in run 1, after 290290 nodes, 582.49 seconds, depth 34, found by <relaxation>)
1800.05/1800.07	c   Dual Bound       : +0.00000000000000e+00
1800.05/1800.07	c   Gap              :   infinite
1800.05/1800.07	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/1800.07	c   Root Iterations  :        183
1800.24/1800.22	c Time complete: 1800.27.

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-2693011-1277928678/watcher-2693011-1277928678 -o /tmp/evaluation-result-2693011-1277928678/solver-2693011-1277928678 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693011-1277928678.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.99 1.99 4/178 13475
/proc/meminfo: memFree=31363800/32951124 swapFree=67111528/67111528
[pid=13475] ppid=13473 vsize=10968 CPUtime=0
/proc/13475/stat : 13475 (pbscip.linux.x8) R 13473 13475 13450 0 -1 4202496 1668 0 0 0 0 0 0 0 22 0 1 0 134165389 11231232 1589 4089446400 4194304 9819077 140736119563680 18446744073709551615 6179008 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/13475/statm: 2742 1589 392 1374 0 1363 0

[startup+0.0144109 s]
/proc/loadavg: 1.92 1.99 1.99 4/178 13475
/proc/meminfo: memFree=31363800/32951124 swapFree=67111528/67111528
[pid=13475] ppid=13473 vsize=13996 CPUtime=0
/proc/13475/stat : 13475 (pbscip.linux.x8) R 13473 13475 13450 0 -1 4202496 2428 0 0 0 0 0 0 0 22 0 1 0 134165389 14331904 2349 4089446400 4194304 9819077 140736119563680 18446744073709551615 6178114 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/13475/statm: 3499 2349 392 1374 0 2120 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13996

[startup+0.100394 s]
/proc/loadavg: 1.92 1.99 1.99 4/178 13475
/proc/meminfo: memFree=31363800/32951124 swapFree=67111528/67111528
[pid=13475] ppid=13473 vsize=36400 CPUtime=0.09
/proc/13475/stat : 13475 (pbscip.linux.x8) R 13473 13475 13450 0 -1 4202496 8122 0 0 0 9 0 0 0 22 0 1 0 134165389 37273600 7689 4089446400 4194304 9819077 140736119563680 18446744073709551615 4240875 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13475/statm: 9100 7689 469 1374 0 7721 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36400

[startup+0.300371 s]
/proc/loadavg: 1.92 1.99 1.99 4/178 13475
/proc/meminfo: memFree=31363800/32951124 swapFree=67111528/67111528
[pid=13475] ppid=13473 vsize=45704 CPUtime=0.29
/proc/13475/stat : 13475 (pbscip.linux.x8) R 13473 13475 13450 0 -1 4202496 10809 0 0 0 28 1 0 0 22 0 1 0 134165389 46800896 9809 4089446400 4194304 9819077 140736119563680 18446744073709551615 5734248 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13475/statm: 11426 9809 672 1374 0 10047 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45704

[startup+0.700286 s]
/proc/loadavg: 1.92 1.99 1.99 4/178 13475
/proc/meminfo: memFree=31363800/32951124 swapFree=67111528/67111528
[pid=13475] ppid=13473 vsize=47228 CPUtime=0.69
/proc/13475/stat : 13475 (pbscip.linux.x8) R 13473 13475 13450 0 -1 4202496 25806 0 0 0 65 4 0 0 24 0 1 0 134165389 48361472 9994 4089446400 4194304 9819077 140736119563680 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13475/statm: 11807 9994 697 1374 0 10428 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47228

[startup+1.50114 s]
/proc/loadavg: 1.92 1.99 1.99 3/179 13476
/proc/meminfo: memFree=31325448/32951124 swapFree=67111528/67111528
[pid=13475] ppid=13473 vsize=48940 CPUtime=1.49
/proc/13475/stat : 13475 (pbscip.linux.x8) R 13473 13475 13450 0 -1 4202496 45965 0 0 0 141 8 0 0 25 0 1 0 134165389 50114560 10314 4089446400 4194304 9819077 140736119563680 18446744073709551615 6513072 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13475/statm: 12235 10314 699 1374 0 10856 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 48940

[startup+3.10086 s]
/proc/loadavg: 1.93 1.99 1.99 3/179 13476
/proc/meminfo: memFree=31321852/32951124 swapFree=67111528/67111528
[pid=13475] ppid=13473 vsize=51356 CPUtime=3.09
/proc/13475/stat : 13475 (pbscip.linux.x8) R 13473 13475 13450 0 -1 4202496 67024 0 0 0 298 11 0 0 25 0 1 0 134165389 52588544 11194 4089446400 4194304 9819077 140736119563680 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13475/statm: 12839 11194 700 1374 0 11460 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 51356

[startup+6.30027 s]
/proc/loadavg: 1.93 1.99 1.99 3/179 13476
/proc/meminfo: memFree=31313412/32951124 swapFree=67111528/67111528
[pid=13475] ppid=13473 vsize=58796 CPUtime=6.3
/proc/13475/stat : 13475 (pbscip.linux.x8) R 13473 13475 13450 0 -1 4202496 79360 0 0 0 614 16 0 0 25 0 1 0 134165389 60207104 13177 4089446400 4194304 9819077 140736119563680 18446744073709551615 4697631 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13475/statm: 14699 13177 700 1374 0 13320 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 58796

[startup+12.7011 s]
/proc/loadavg: 1.94 1.99 1.99 3/179 13476
/proc/meminfo: memFree=31296056/32951124 swapFree=67111528/67111528
[pid=13475] ppid=13473 vsize=69300 CPUtime=12.69
/proc/13475/stat : 13475 (pbscip.linux.x8) R 13473 13475 13450 0 -1 4202496 87391 0 0 0 1246 23 0 0 25 0 1 0 134165389 70963200 15695 4089446400 4194304 9819077 140736119563680 18446744073709551615 6361878 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13475/statm: 17325 15695 700 1374 0 15946 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 69300

[startup+25.5008 s]
/proc/loadavg: 1.95 1.99 1.99 3/179 13476
/proc/meminfo: memFree=31264952/32951124 swapFree=67111528/67111528
[pid=13475] ppid=13473 vsize=86548 CPUtime=25.49
/proc/13475/stat : 13475 (pbscip.linux.x8) R 13473 13475 13450 0 -1 4202496 99339 0 0 0 2515 34 0 0 25 0 1 0 134165389 88625152 20252 4089446400 4194304 9819077 140736119563680 18446744073709551615 4740365 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13475/statm: 21637 20252 700 1374 0 20258 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 86548

[startup+51.1011 s]
/proc/loadavg: 1.97 1.99 1.99 3/179 13477
/proc/meminfo: memFree=31203964/32951124 swapFree=67111528/67111528
[pid=13475] ppid=13473 vsize=123772 CPUtime=51.09
/proc/13475/stat : 13475 (pbscip.linux.x8) R 13473 13475 13450 0 -1 4202496 116520 0 0 0 5051 58 0 0 25 0 1 0 134165389 126742528 29628 4089446400 4194304 9819077 140736119563680 18446744073709551615 6667330 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13475/statm: 30943 29628 704 1374 0 29564 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 123772

[startup+102.307 s]
/proc/loadavg: 2.03 2.00 2.00 3/179 13478
/proc/meminfo: memFree=31091448/32951124 swapFree=67111528/67111528
[pid=13475] ppid=13473 vsize=191680 CPUtime=102.3
/proc/13475/stat : 13475 (pbscip.linux.x8) R 13473 13475 13450 0 -1 4202496 281223 0 0 0 10107 123 0 0 25 0 1 0 134165389 196280320 46145 4089446400 4194304 9819077 140736119563680 18446744073709551615 4677433 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13475/statm: 47920 46145 707 1374 0 46541 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 191680

[startup+162.301 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 13480
/proc/meminfo: memFree=30921784/32951124 swapFree=67111528/67111528
[pid=13475] ppid=13473 vsize=316292 CPUtime=162.3
/proc/13475/stat : 13475 (pbscip.linux.x8) R 13473 13475 13450 0 -1 4202496 503631 0 0 0 16008 222 0 0 25 0 1 0 134165389 323883008 75259 4089446400 4194304 9819077 140736119563680 18446744073709551615 4925973 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13475/statm: 79073 75259 716 1374 0 77694 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 316292

[startup+222.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 13482
/proc/meminfo: memFree=30844728/32951124 swapFree=67111528/67111528
[pid=13475] ppid=13473 vsize=342872 CPUtime=222.3
/proc/13475/stat : 13475 (pbscip.linux.x8) R 13473 13475 13450 0 -1 4202496 742823 0 0 0 21883 347 0 0 25 0 1 0 134165389 351100928 81261 4089446400 4194304 9819077 140736119563680 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13475/statm: 85718 81261 732 1374 0 84339 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 342872

[startup+282.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 13483
/proc/meminfo: memFree=30786672/32951124 swapFree=67111528/67111528
[pid=13475] ppid=13473 vsize=350504 CPUtime=282.3
/proc/13475/stat : 13475 (pbscip.linux.x8) R 13473 13475 13450 0 -1 4202496 908104 0 0 0 27767 463 0 0 25 0 1 0 134165389 358916096 83205 4089446400 4194304 9819077 140736119563680 18446744073709551615 6162116 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13475/statm: 87626 83205 732 1374 0 86247 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 350504

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13485
/proc/meminfo: memFree=30733672/32951124 swapFree=67111528/67111528
[pid=13475] ppid=13473 vsize=350020 CPUtime=342.3
/proc/13475/stat : 13475 (pbscip.linux.x8) R 13473 13475 13450 0 -1 4202496 1104170 0 0 0 33643 587 0 0 25 0 1 0 134165389 358420480 83050 4089446400 4194304 9819077 140736119563680 18446744073709551615 6590530 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13475/statm: 87505 83050 732 1374 0 86126 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 350020

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13486
/proc/meminfo: memFree=30675844/32951124 swapFree=67111528/67111528
[pid=13475] ppid=13473 vsize=353688 CPUtime=402.3
/proc/13475/stat : 13475 (pbscip.linux.x8) R 13473 13475 13450 0 -1 4202496 1257302 0 0 0 39532 698 0 0 25 0 1 0 134165389 362176512 84060 4089446400 4194304 9819077 140736119563680 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13475/statm: 88422 84060 732 1374 0 87043 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 353688

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13488
/proc/meminfo: memFree=30621508/32951124 swapFree=67111528/67111528
[pid=13475] ppid=13473 vsize=355536 CPUtime=462.31
/proc/13475/stat : 13475 (pbscip.linux.x8) R 13473 13475 13450 0 -1 4202496 1381315 0 0 0 45431 800 0 0 25 0 1 0 134165389 364068864 84550 4089446400 4194304 9819077 140736119563680 18446744073709551615 6723478 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13475/statm: 88884 84550 732 1374 0 87505 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 355536

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13490
/proc/meminfo: memFree=30621260/32951124 swapFree=67111528/67111528
[pid=13475] ppid=13473 vsize=362844 CPUtime=522.31
/proc/13475/stat : 13475 (pbscip.linux.x8) R 13473 13475 13450 0 -1 4202496 1543324 0 0 0 51318 913 0 0 25 0 1 0 134165389 371552256 86203 4089446400 4194304 9819077 140736119563680 18446744073709551615 6723472 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13475/statm: 90711 86203 732 1374 0 89332 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 362844

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13491
/proc/meminfo: memFree=30560916/32951124 swapFree=67111528/67111528
[pid=13475] ppid=13473 vsize=368184 CPUtime=582.31
/proc/13475/stat : 13475 (pbscip.linux.x8) R 13473 13475 13450 0 -1 4202496 1700142 0 0 0 57204 1027 0 0 25 0 1 0 134165389 377020416 87732 4089446400 4194304 9819077 140736119563680 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13475/statm: 92046 87732 732 1374 0 90667 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 368184

[startup+642.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 13493
/proc/meminfo: memFree=30524548/32951124 swapFree=67111528/67111528
[pid=13475] ppid=13473 vsize=370336 CPUtime=642.32
/proc/13475/stat : 13475 (pbscip.linux.x8) R 13473 13475 13450 0 -1 4202496 1828720 0 0 0 63107 1125 0 0 25 0 1 0 134165389 379224064 88165 4089446400 4194304 9819077 140736119563680 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13475/statm: 92584 88165 732 1374 0 91205 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 370336

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13499
/proc/meminfo: memFree=30422116/32951124 swapFree=67111528/67111528
[pid=13475] ppid=13473 vsize=382776 CPUtime=882.32
/proc/13475/stat : 13475 (pbscip.linux.x8) R 13473 13475 13450 0 -1 4202496 2125172 0 0 0 86764 1468 0 0 25 0 1 0 134165389 391962624 91259 4089446400 4194304 9819077 140736119563680 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13475/statm: 95694 91259 732 1374 0 94315 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 382776

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13501
/proc/meminfo: memFree=30397784/32951124 swapFree=67111528/67111528
[pid=13475] ppid=13473 vsize=388016 CPUtime=942.32
/proc/13475/stat : 13475 (pbscip.linux.x8) R 13473 13475 13450 0 -1 4202496 2186328 0 0 0 92690 1542 0 0 25 0 1 0 134165389 397328384 92522 4089446400 4194304 9819077 140736119563680 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13475/statm: 97004 92522 732 1374 0 95625 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 388016

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13502
/proc/meminfo: memFree=30377648/32951124 swapFree=67111528/67111528
[pid=13475] ppid=13473 vsize=391448 CPUtime=1002.32
/proc/13475/stat : 13475 (pbscip.linux.x8) R 13473 13475 13450 0 -1 4202496 2254992 0 0 0 98606 1626 0 0 25 0 1 0 134165389 400842752 93469 4089446400 4194304 9819077 140736119563680 18446744073709551615 5955627 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13475/statm: 97862 93469 732 1374 0 96483 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 391448

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13504
/proc/meminfo: memFree=30361984/32951124 swapFree=67111528/67111528
[pid=13475] ppid=13473 vsize=392412 CPUtime=1062.32
/proc/13475/stat : 13475 (pbscip.linux.x8) R 13473 13475 13450 0 -1 4202496 2329987 0 0 0 104526 1706 0 0 25 0 1 0 134165389 401829888 93693 4089446400 4194304 9819077 140736119563680 18446744073709551615 6372743 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13475/statm: 98103 93693 732 1374 0 96724 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 392412

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13506
/proc/meminfo: memFree=30343708/32951124 swapFree=67111528/67111528
[pid=13475] ppid=13473 vsize=397660 CPUtime=1122.33
/proc/13475/stat : 13475 (pbscip.linux.x8) R 13473 13475 13450 0 -1 4202496 2425653 0 0 0 110436 1797 0 0 25 0 1 0 134165389 407203840 94798 4089446400 4194304 9819077 140736119563680 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13475/statm: 99415 94798 732 1374 0 98036 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 397660

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13507
/proc/meminfo: memFree=30329788/32951124 swapFree=67111528/67111528
[pid=13475] ppid=13473 vsize=398356 CPUtime=1182.32
/proc/13475/stat : 13475 (pbscip.linux.x8) R 13473 13475 13450 0 -1 4202496 2527557 0 0 0 116341 1891 0 0 25 0 1 0 134165389 407916544 95015 4089446400 4194304 9819077 140736119563680 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13475/statm: 99589 95015 732 1374 0 98210 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 398356

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13512
/proc/meminfo: memFree=30318152/32951124 swapFree=67111528/67111528
[pid=13475] ppid=13473 vsize=399380 CPUtime=1242.33
/proc/13475/stat : 13475 (pbscip.linux.x8) R 13473 13475 13450 0 -1 4202496 2622743 0 0 0 122259 1974 0 0 25 0 1 0 134165389 408965120 95310 4089446400 4194304 9819077 140736119563680 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13475/statm: 99845 95310 732 1374 0 98466 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 399380

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13513
/proc/meminfo: memFree=30311784/32951124 swapFree=67111528/67111528
[pid=13475] ppid=13473 vsize=399556 CPUtime=1302.33
/proc/13475/stat : 13475 (pbscip.linux.x8) R 13473 13475 13450 0 -1 4202496 2722792 0 0 0 128171 2062 0 0 25 0 1 0 134165389 409145344 95313 4089446400 4194304 9819077 140736119563680 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13475/statm: 99889 95313 732 1374 0 98510 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 399556

[startup+1362.3 s]
/proc/loadavg: 1.94 1.98 1.99 3/179 13543
/proc/meminfo: memFree=31434640/32951124 swapFree=67111528/67111528
[pid=13475] ppid=13473 vsize=399576 CPUtime=1362.33
/proc/13475/stat : 13475 (pbscip.linux.x8) R 13473 13475 13450 0 -1 4202496 2845180 0 0 0 134074 2159 0 0 25 0 1 0 134165389 409165824 95314 4089446400 4194304 9819077 140736119563680 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13475/statm: 99894 95314 732 1374 0 98515 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 399576

[startup+1422.31 s]
/proc/loadavg: 2.03 2.00 2.00 3/179 13545
/proc/meminfo: memFree=31430280/32951124 swapFree=67111528/67111528
[pid=13475] ppid=13473 vsize=402284 CPUtime=1422.34
/proc/13475/stat : 13475 (pbscip.linux.x8) R 13473 13475 13450 0 -1 4202496 2970760 0 0 0 139980 2254 0 0 25 0 1 0 134165389 411938816 95959 4089446400 4194304 9819077 140736119563680 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13475/statm: 100571 95959 732 1374 0 99192 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 402284

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 13546
/proc/meminfo: memFree=31425160/32951124 swapFree=67111528/67111528
[pid=13475] ppid=13473 vsize=407236 CPUtime=1482.34
/proc/13475/stat : 13475 (pbscip.linux.x8) R 13473 13475 13450 0 -1 4202496 3086318 0 0 0 145887 2347 0 0 25 0 1 0 134165389 417009664 97173 4089446400 4194304 9819077 140736119563680 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13475/statm: 101809 97173 732 1374 0 100430 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 407236

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13548
/proc/meminfo: memFree=31424496/32951124 swapFree=67111528/67111528
[pid=13475] ppid=13473 vsize=407464 CPUtime=1542.34
/proc/13475/stat : 13475 (pbscip.linux.x8) R 13473 13475 13450 0 -1 4202496 3188079 0 0 0 151793 2441 0 0 25 0 1 0 134165389 417243136 97224 4089446400 4194304 9819077 140736119563680 18446744073709551615 6665255 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13475/statm: 101866 97224 732 1374 0 100487 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 407464

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13549
/proc/meminfo: memFree=31423472/32951124 swapFree=67111528/67111528
[pid=13475] ppid=13473 vsize=408676 CPUtime=1602.34
/proc/13475/stat : 13475 (pbscip.linux.x8) R 13473 13475 13450 0 -1 4202496 3282042 0 0 0 157706 2528 0 0 25 0 1 0 134165389 418484224 97531 4089446400 4194304 9819077 140736119563680 18446744073709551615 5813322 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13475/statm: 102169 97531 732 1374 0 100790 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 408676

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13551
/proc/meminfo: memFree=31423064/32951124 swapFree=67111528/67111528
[pid=13475] ppid=13473 vsize=408924 CPUtime=1662.34
/proc/13475/stat : 13475 (pbscip.linux.x8) R 13473 13475 13450 0 -1 4202496 3386646 0 0 0 163610 2624 0 0 25 0 1 0 134165389 418738176 97552 4089446400 4194304 9819077 140736119563680 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13475/statm: 102231 97552 732 1374 0 100852 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 408924

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13553
/proc/meminfo: memFree=31423140/32951124 swapFree=67111528/67111528
[pid=13475] ppid=13473 vsize=408748 CPUtime=1722.34
/proc/13475/stat : 13475 (pbscip.linux.x8) R 13473 13475 13450 0 -1 4202496 3479220 0 0 0 169516 2718 0 0 25 0 1 0 134165389 418557952 97550 4089446400 4194304 9819077 140736119563680 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13475/statm: 102187 97550 732 1374 0 100808 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 408748

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13554
/proc/meminfo: memFree=31422976/32951124 swapFree=67111528/67111528
[pid=13475] ppid=13473 vsize=408924 CPUtime=1782.35
/proc/13475/stat : 13475 (pbscip.linux.x8) R 13473 13475 13450 0 -1 4202496 3584615 0 0 0 175423 2812 0 0 25 0 1 0 134165389 418738176 97551 4089446400 4194304 9819077 140736119563680 18446744073709551615 6590441 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13475/statm: 102231 97551 732 1374 0 100852 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 408924



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13555
/proc/meminfo: memFree=31422848/32951124 swapFree=67111528/67111528
[pid=13475] ppid=13473 vsize=408924 CPUtime=1800.05
/proc/13475/stat : 13475 (pbscip.linux.x8) R 13473 13475 13450 0 -1 4202496 3617927 0 0 0 177165 2840 0 0 25 0 1 0 134165389 418738176 97555 4089446400 4194304 9819077 140736119563680 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13475/statm: 102231 97555 732 1374 0 100852 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 408924

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 13555
/proc/meminfo: memFree=31422848/32951124 swapFree=67111528/67111528
[pid=13475] ppid=13473 vsize=363308 CPUtime=1800.24
/proc/13475/stat : 13475 (pbscip.linux.x8) R 13473 13475 13450 0 -1 4202496 3617942 0 0 0 177184 2840 0 0 25 0 1 0 134165389 372027392 86164 4089446400 4194304 9819077 140736119563680 18446744073709551615 6180450 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/13475/statm: 90827 86164 733 1374 0 89448 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 363308

Child status: 0
Real time (s): 1800.23
CPU time (s): 1800.28
CPU user time (s): 1771.86
CPU system time (s): 28.4237
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 424232

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

runsolver used 3.2925 second user time and 6.01908 second system time

The end

Launcher Data

Begin job on node104 at 2010-06-30 22:11:18
IDJOB=2693011
IDBENCH=79290
IDSOLVER=1205
FILE ID=node104/2693011-1277928678
PBS_JOBID= 11197426
Free space on /tmp= 74208 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 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.1900581320--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-2693011-1277928678/watcher-2693011-1277928678 -o /tmp/evaluation-result-2693011-1277928678/solver-2693011-1277928678 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693011-1277928678.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 85ba7bcc847457eeeb822d6fc8af8950
RANDOM SEED=2139427400

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.839
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.75
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.839
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31364328 kB
Buffers:        206436 kB
Cached:         707580 kB
SwapCached:          0 kB
Active:         891104 kB
Inactive:       553216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31364328 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6312 kB
Writeback:           0 kB
AnonPages:      529848 kB
Mapped:          16824 kB
Slab:            78428 kB
PageTables:       5652 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   675128 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= 74204 MiB
End job on node104 at 2010-06-30 22:41:21