Trace number 35428

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, and are wall clock time (not CPU 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 NameAnswerObjective functionCPU timeWall clock time
minisat+ 1.14SAT (TO)139 1800.67 1801.18

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii8a2.opb
MD5SUMd9e9e5fece70ebbc4c28befed36e7afc
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark139
Best CPU time to get the best result obtained on this benchmark1782.73
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 139
Optimality of the best value was proved NO
Number of variables360
Total number of constraints980
Number of constraints which are clauses980
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint8
Number of terms in the objective function 360
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 360
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 360
Number of bits of the biggest sum of numbers9
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 (download as text)

0.00	c Parsing PB file...
0.03	c Converting 980 PB-constraints to clauses...
0.03	c   -- Unit propagations: (none)
0.03	c   -- Detecting intervals from adjacent constraints: (none)
0.03	c   -- Clauses(.)/Splits(s): ....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
0.04	c ==================================[MINISAT+]==================================
0.04	c | Conflicts | Original         | Learnt                           | Progress |
0.04	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.04	c ==============================================================================
0.04	c |         0 |     980     2412 |     326       0        0     nan |  0.000 % |
0.04	c ==============================================================================
0.04	c Found solution: 150
0.04	o 150
0.04	c ---[   0]---> Sorter-cost:13276     Base:
0.11	c ==================================[MINISAT+]==================================
0.11	c | Conflicts | Original         | Learnt                           | Progress |
0.11	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.11	c ==============================================================================
0.11	c |         3 |   16839    39488 |    5613       3       20     6.7 |  0.000 % |
0.14	c |       103 |   16491    38744 |    6174      90     1250    13.9 |  1.915 % |
0.16	c |       254 |   16341    38418 |    6791     234     5528    23.6 |  2.729 % |
0.21	c |       479 |   16038    37759 |    7470     450    11949    26.6 |  4.320 % |
0.29	c |       817 |   15269    36066 |    8217     770    24110    31.3 |  8.575 % |
0.38	c |      1323 |   15221    35960 |    9039    1275    41757    32.8 |  8.844 % |
0.59	c |      2082 |   15221    35960 |    9943    2034    93705    46.1 |  8.844 % |
0.64	c ==============================================================================
0.64	c Found solution: 148
0.64	o 148
0.64	c ---[   0]---> Sorter-cost:    0     Base:
0.70	c ==================================[MINISAT+]==================================
0.70	c | Conflicts | Original         | Learnt                           | Progress |
0.70	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.70	c ==============================================================================
0.70	c |      2350 |   15217    35960 |    5072    2302   101593    44.1 |  8.844 % |
0.72	c |      2450 |   15217    35960 |    5579    2402   105288    43.8 |  9.084 % |
0.74	c |      2600 |   15217    35960 |    6137    2552   107574    42.2 |  9.084 % |
0.77	c ==============================================================================
0.77	c Found solution: 142
0.77	o 142
0.78	c ---[   0]---> Sorter-cost:    0     Base:
0.82	c ==================================[MINISAT+]==================================
0.82	c | Conflicts | Original         | Learnt                           | Progress |
0.82	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.82	c ==============================================================================
0.82	c |      2813 |   15257    36064 |    5085    2763   111341    40.3 |  9.084 % |
0.84	c |      2915 |   15257    36064 |    5593    2865   112507    39.3 |  9.266 % |
0.86	c |      3065 |   15257    36064 |    6152    3015   115583    38.3 |  9.266 % |
0.93	c |      3290 |   15213    35964 |    6768    3239   129038    39.8 |  9.524 % |
1.02	c |      3631 |   15119    35756 |    7444    3575   143929    40.3 | 10.048 % |
1.13	c |      4137 |   15119    35756 |    8189    4081   159776    39.2 | 10.048 % |
1.36	c |      4896 |   15119    35756 |    9008    4840   198324    41.0 | 10.048 % |
1.66	c |      6037 |   15119    35756 |    9909    5981   259812    43.4 | 10.048 % |
1.95	c |      7746 |   15119    35756 |   10900    7690   319662    41.6 | 10.048 % |
2.71	c |     10309 |   15020    35539 |   11990   10251   449968    43.9 | 10.590 % |
3.94	c |     14154 |   15020    35539 |   13189    7241   321460    44.4 | 10.590 % |
5.76	c |     19920 |   14964    35421 |   14508   13006   623303    47.9 | 10.875 % |
9.64	c ==============================================================================
9.64	c Found solution: 141
9.64	o 141
9.65	c ---[   0]---> Sorter-cost:    0     Base:
9.71	c ==================================[MINISAT+]==================================
9.71	c | Conflicts | Original         | Learnt                           | Progress |
9.71	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
9.71	c ==============================================================================
9.71	c |     27771 |   14986    35486 |    4995   11967   651063    54.4 | 10.875 % |
9.77	c |     27872 |   14986    35486 |    5494    6085   308059    50.6 | 10.927 % |
9.82	c |     28024 |   14931    35351 |    6043    6229   312203    50.1 | 11.294 % |
9.89	c |     28250 |   14825    35119 |    6648    6439   321374    49.9 | 11.853 % |
9.98	c |     28588 |   14825    35119 |    7313    6777   330987    48.8 | 11.853 % |
10.10	c |     29095 |   14825    35119 |    8044    7284   349008    47.9 | 11.853 % |
10.28	c |     29854 |   14825    35119 |    8848    8043   376752    46.8 | 11.853 % |
10.61	c |     30994 |   14825    35119 |    9733    9183   417078    45.4 | 11.853 % |
11.11	c |     32702 |   14791    35041 |   10707   10887   478885    44.0 | 12.055 % |
12.07	c |     35264 |   14791    35041 |   11777    7145   253382    35.5 | 12.055 % |
13.41	c |     39109 |   14791    35041 |   12955   10990   474654    43.2 | 12.055 % |
15.71	c |     44877 |   14791    35041 |   14251    9411   454007    48.2 | 12.055 % |
19.54	c |     53527 |   14791    35041 |   15676    9296   440843    47.4 | 12.055 % |
26.07	c |     66501 |   14791    35041 |   17244   12660   591539    46.7 | 12.055 % |
34.93	c |     85962 |   14752    34954 |   18968   12206   509154    41.7 | 12.275 % |
49.24	c |    115155 |   14752    34954 |   20865   19570   994956    50.8 | 12.275 % |
72.62	c |    158944 |   14752    34954 |   22951   15966   812506    50.9 | 12.275 % |
108.69	c |    224628 |   14752    34954 |   25247   16504   780085    47.3 | 12.275 % |
135.39	c ==============================================================================
135.39	c Found solution: 139
135.39	o 139
135.39	c ---[   0]---> Sorter-cost:    0     Base:
135.46	c ==================================[MINISAT+]==================================
135.46	c | Conflicts | Original         | Learnt                           | Progress |
135.46	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
135.46	c ==============================================================================
135.46	c |    273203 |   14737    34933 |    4912   22747  1178259    51.8 | 12.275 % |
135.53	c |    273303 |   14737    34933 |    5403    5787   220361    38.1 | 12.486 % |
135.57	c |    273453 |   14737    34933 |    5943    5937   224417    37.8 | 12.486 % |
135.65	c |    273678 |   14673    34785 |    6537    6143   232659    37.9 | 12.871 % |
135.75	c |    274016 |   14673    34785 |    7191    6481   247623    38.2 | 12.871 % |
135.88	c |    274524 |   14673    34785 |    7910    6989   269613    38.6 | 12.871 % |
136.12	c |    275284 |   14673    34785 |    8701    7749   306748    39.6 | 12.871 % |
136.44	c |    276423 |   14673    34785 |    9572    8888   356210    40.1 | 12.871 % |
137.03	c |    278132 |   14636    34702 |   10529   10596   451584    42.6 | 13.082 % |
138.04	c |    280694 |   14636    34702 |   11582    6651   294921    44.3 | 13.082 % |
139.36	c |    284538 |   14636    34702 |   12740   10495   503132    47.9 | 13.082 % |
141.32	c |    290305 |   14636    34702 |   14014    8572   373798    43.6 | 13.082 % |
144.74	c |    298954 |   14636    34702 |   15415    8671   427916    49.4 | 13.082 % |
150.11	c |    311928 |   14567    34547 |   16957   12461   746270    59.9 | 13.476 % |
158.59	c |    331389 |   14567    34547 |   18653   12412   552554    44.5 | 13.476 % |
172.83	c |    360584 |   14567    34547 |   20518   20300  1026218    50.6 | 13.476 % |
196.05	c |    404373 |   14567    34547 |   22570   17926   952975    53.2 | 13.476 % |
233.33	c |    470057 |   14567    34547 |   24827   21071  1096971    52.1 | 13.476 % |
288.95	c |    568587 |   14539    34481 |   27310   23204  1046969    45.1 | 13.650 % |
377.96	c |    716376 |   14504    34406 |   30041   18047   948042    52.5 | 13.833 % |
519.07	c |    938059 |   14504    34406 |   33045   16335   748075    45.8 | 13.833 % |
732.06	c |   1270584 |   14504    34406 |   36350   26666  1217419    45.7 | 13.833 % |
1065.49	c |   1769373 |   14504    34406 |   39985   24049  1175232    48.9 | 13.833 % |
1657.50	c |   2517556 |   14468    34328 |   43983   37465  2891477    77.2 | 14.025 % |
1801.17	c 
1801.17	c *** TERMINATED ***
1801.17	s SATISFIABLE
1801.17	v x1 -x2 x3 -x4 x5 -x6 x7 -x8 x9 -x10 x11 -x12 -x13 x14 x15 -x16 x17 -x18 x19 -x20 x21 -x22 x23 -x24 x25 -x26 -x27 x28 x29 -x30 x31 -x32
1801.17	v x33 -x34 x35 -x36 x37 -x38 x39 -x40 x41 -x42 x43 -x44 -x45 x46 x47 -x48 x49 -x50 x51 -x52 x53 -x54 x55 -x56 x57 -x58 -x59 x60 x61
1801.17	v -x62 x63 -x64 x65 -x66 x67 -x68 x69 -x70 x71 -x72 x73 -x74 x75 -x76 -x77 x78 x79 -x80 x81 -x82 x83 -x84 x85 -x86 x87 -x88 x89 -x90
1801.17	v -x91 x92 x93 -x94 x95 -x96 x97 -x98 x99 -x100 x101 -x102 x103 -x104 x105 -x106 x107 -x108 -x109 x110 x111 -x112 x113 -x114 x115
1801.17	v -x116 x117 -x118 x119 -x120 x121 -x122 -x123 x124 x125 -x126 x127 -x128 -x129 x130 x131 -x132 -x133 -x134 x135 -x136 x137 -x138
1801.17	v -x139 x140 x141 -x142 -x143 -x144 x145 -x146 x147 -x148 x149 -x150 -x151 -x152 -x153 -x154 x155 -x156 x157 -x158 -x159 -x160
1801.17	v x161 -x162 x163 -x164 x165 -x166 x167 -x168 x169 -x170 -x171 x172 -x173 x174 x175 -x176 x177 -x178 x179 -x180 x181 -x182 x183
1801.17	v -x184 x185 -x186 x187 -x188 -x189 -x190 x191 -x192 x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 x202 -x203 x204 -x205
1801.17	v -x206 x207 -x208 -x209 -x210 -x211 -x212 -x213 x214 -x215 x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 x226
1801.17	v x227 -x228 -x229 x230 -x231 x232 -x233 x234 -x235 x236 x237 -x238 -x239 x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248
1801.17	v -x249 x250 x251 -x252 -x253 x254 -x255 x256 -x257 x258 -x259 x260 -x261 x262 x263 -x264 x265 -x266 -x267 -x268 -x269 -x270
1801.17	v -x271 -x272 -x273 x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 x286 x287 -x288 -x289 -x290 -x291
1801.17	v -x292 -x293 -x294 x295 -x296 -x297 x298 -x299 x300 x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 x310 -x311 x312 -x313
1801.17	v x314 -x315 x316 -x317 x318 -x319 x320 -x321 x322 x323 -x324 -x325 -x326 -x327 -x328 x329 -x330 -x331 -x332 -x333 x334 -x335
1801.17	v -x336 -x337 x338 -x339 x340 -x341 x342 -x343 x344 x345 -x346 -x347 x348 x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357
1801.17	v x358 -x359 x360

Verifier Data (download as text)

OK	139

Watcher Data (download as text)

Enforcing CPU limit (will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1830 seconds
Enforcing Stack size limit: 67108864 bytes
Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
runsolver version 3.0.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node18/watcher-35428-1149409411 -o ROOT/results/node18/solver-35428-1149409411 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node18/35428-1149409411/instance-35428-1149409411.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.98 0.97 3/64 19494
/proc/meminfo: memFree=1819072/2055920 swapFree=4180892/4192956
[pid=19494] ppid=19492 vsize=1048 CPUtime=0
/proc/19494/stat : 19494 (minisat+) R 19492 19494 19448 0 -1 4194304 105 0 0 0 0 0 0 0 19 0 1 0 206604077 1073152 90 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135007481 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19494/statm: 262 90 67 215 0 44 0

[startup+10.0024 s]
/proc/loadavg: 0.93 0.98 0.97 2/64 19494
/proc/meminfo: memFree=1812000/2055920 swapFree=4180892/4192956
[pid=19494] ppid=19492 vsize=8124 CPUtime=9.99
/proc/19494/stat : 19494 (minisat+) R 19492 19494 19448 0 -1 4194304 1890 0 0 0 998 1 0 0 25 0 1 0 206604077 8318976 1875 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580890 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19494/statm: 2031 1875 110 215 0 1813 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 8124

[startup+20.0083 s]
/proc/loadavg: 0.94 0.98 0.97 2/64 19494
/proc/meminfo: memFree=1811616/2055920 swapFree=4180892/4192956
[pid=19494] ppid=19492 vsize=8644 CPUtime=19.99
/proc/19494/stat : 19494 (minisat+) R 19492 19494 19448 0 -1 4194304 1994 0 0 0 1998 1 0 0 25 0 1 0 206604077 8851456 1979 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134575839 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19494/statm: 2161 1979 110 215 0 1943 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 8644

[startup+30.0143 s]
/proc/loadavg: 0.95 0.98 0.97 2/64 19494
/proc/meminfo: memFree=1810464/2055920 swapFree=4180892/4192956
[pid=19494] ppid=19492 vsize=9716 CPUtime=29.99
/proc/19494/stat : 19494 (minisat+) R 19492 19494 19448 0 -1 4194304 2274 0 0 0 2998 1 0 0 25 0 1 0 206604077 9949184 2259 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134573340 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19494/statm: 2429 2259 110 215 0 2211 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 9716

[startup+40.0203 s]
/proc/loadavg: 0.96 0.98 0.97 2/64 19494
/proc/meminfo: memFree=1810400/2055920 swapFree=4180892/4192956
[pid=19494] ppid=19492 vsize=9844 CPUtime=39.99
/proc/19494/stat : 19494 (minisat+) R 19492 19494 19448 0 -1 4194304 2311 0 0 0 3997 2 0 0 25 0 1 0 206604077 10080256 2296 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574489 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19494/statm: 2461 2296 110 215 0 2243 0
Current children cumulated CPU time (s) 39.99
Current children cumulated vsize (Kb) 9844

[startup+50.0263 s]
/proc/loadavg: 0.96 0.98 0.97 2/64 19494
/proc/meminfo: memFree=1809568/2055920 swapFree=4180892/4192956
[pid=19494] ppid=19492 vsize=10776 CPUtime=49.99
/proc/19494/stat : 19494 (minisat+) R 19492 19494 19448 0 -1 4194304 2518 0 0 0 4997 2 0 0 25 0 1 0 206604077 11034624 2503 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134578619 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19494/statm: 2694 2503 110 215 0 2476 0
Current children cumulated CPU time (s) 49.99
Current children cumulated vsize (Kb) 10776

[startup+60.0322 s]
/proc/loadavg: 0.97 0.98 0.97 2/64 19494
/proc/meminfo: memFree=1809056/2055920 swapFree=4180892/4192956
[pid=19494] ppid=19492 vsize=11300 CPUtime=59.99
/proc/19494/stat : 19494 (minisat+) R 19492 19494 19448 0 -1 4194304 2653 0 0 0 5997 2 0 0 25 0 1 0 206604077 11571200 2638 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19494/statm: 2825 2638 110 215 0 2607 0
Current children cumulated CPU time (s) 59.99
Current children cumulated vsize (Kb) 11300

[startup+70.0392 s]
/proc/loadavg: 0.97 0.98 0.97 2/64 19494
/proc/meminfo: memFree=1808160/2055920 swapFree=4180892/4192956
[pid=19494] ppid=19492 vsize=12076 CPUtime=70.01
/proc/19494/stat : 19494 (minisat+) R 19492 19494 19448 0 -1 4194304 2867 0 0 0 6998 3 0 0 25 0 1 0 206604077 12365824 2852 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574480 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19494/statm: 3019 2852 110 215 0 2801 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 12076

[startup+80.0452 s]
/proc/loadavg: 0.98 0.98 0.97 2/64 19494
/proc/meminfo: memFree=1808096/2055920 swapFree=4180892/4192956
[pid=19494] ppid=19492 vsize=12204 CPUtime=80.01
/proc/19494/stat : 19494 (minisat+) R 19492 19494 19448 0 -1 4194304 2889 0 0 0 7998 3 0 0 25 0 1 0 206604077 12496896 2874 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581053 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19494/statm: 3051 2874 110 215 0 2833 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 12204

[startup+90.0512 s]
/proc/loadavg: 0.98 0.98 0.97 2/64 19494
/proc/meminfo: memFree=1807904/2055920 swapFree=4180892/4192956
[pid=19494] ppid=19492 vsize=12476 CPUtime=90.01
/proc/19494/stat : 19494 (minisat+) R 19492 19494 19448 0 -1 4194304 2940 0 0 0 8998 3 0 0 25 0 1 0 206604077 12775424 2925 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580768 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19494/statm: 3119 2925 110 215 0 2901 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 12476

[startup+100.057 s]
/proc/loadavg: 0.98 0.98 0.97 2/64 19494
/proc/meminfo: memFree=1807776/2055920 swapFree=4180892/4192956
[pid=19494] ppid=19492 vsize=12476 CPUtime=100.01
/proc/19494/stat : 19494 (minisat+) R 19492 19494 19448 0 -1 4194304 2960 0 0 0 9998 3 0 0 25 0 1 0 206604077 12775424 2945 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574265 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19494/statm: 3119 2945 110 215 0 2901 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (Kb) 12476

[startup+110.063 s]
/proc/loadavg: 0.98 0.98 0.97 2/64 19494
/proc/meminfo: memFree=1807776/2055920 swapFree=4180892/4192956
[pid=19494] ppid=19492 vsize=12476 CPUtime=110.02
/proc/19494/stat : 19494 (minisat+) R 19492 19494 19448 0 -1 4194304 2967 0 0 0 10999 3 0 0 25 0 1 0 206604077 12775424 2952 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580248 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19494/statm: 3119 2952 110 215 0 2901 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 12476

[startup+120.069 s]
/proc/loadavg: 0.99 0.98 0.97 2/64 19494
/proc/meminfo: memFree=1807072/2055920 swapFree=4180892/4192956
[pid=19494] ppid=19492 vsize=13292 CPUtime=120.02
/proc/19494/stat : 19494 (minisat+) R 19492 19494 19448 0 -1 4194304 3132 0 0 0 11999 3 0 0 25 0 1 0 206604077 13611008 3117 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581314 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19494/statm: 3323 3117 110 215 0 3105 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 13292

[startup+130.074 s]
/proc/loadavg: 0.99 0.98 0.97 2/64 19494
/proc/meminfo: memFree=1806560/2055920 swapFree=4180892/4192956
[pid=19494] ppid=19492 vsize=13812 CPUtime=130.02
/proc/19494/stat : 19494 (minisat+) R 19492 19494 19448 0 -1 4194304 3261 0 0 0 12999 3 0 0 25 0 1 0 206604077 14143488 3246 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580916 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19494/statm: 3453 3246 110 215 0 3235 0
Current children cumulated CPU time (s) 130.02
Current children cumulated vsize (Kb) 13812

[startup+140.08 s]
/proc/loadavg: 0.99 0.98 0.97 2/64 19494
/proc/meminfo: memFree=1806048/2055920 swapFree=4180892/4192956
[pid=19494] ppid=19492 vsize=14324 CPUtime=140.02
/proc/19494/stat : 19494 (minisat+) R 19492 19494 19448 0 -1 4194304 3385 0 0 0 13999 3 0 0 25 0 1 0 206604077 14667776 3370 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576837 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19494/statm: 3581 3370 110 215 0 3363 0
Current children cumulated CPU time (s) 140.02
Current children cumulated vsize (Kb) 14324

[startup+150.086 s]
/proc/loadavg: 0.99 0.98 0.97 2/64 19494
/proc/meminfo: memFree=1806048/2055920 swapFree=4180892/4192956
[pid=19494] ppid=19492 vsize=14324 CPUtime=150.03
/proc/19494/stat : 19494 (minisat+) R 19492 19494 19448 0 -1 4194304 3385 0 0 0 15000 3 0 0 25 0 1 0 206604077 14667776 3370 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576849 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19494/statm: 3581 3370 110 215 0 3363 0
Current children cumulated CPU time (s) 150.03
Current children cumulated vsize (Kb) 14324

[startup+160.092 s]
/proc/loadavg: 0.99 0.98 0.97 2/64 19494
/proc/meminfo: memFree=1806048/2055920 swapFree=4180892/4192956
[pid=19494] ppid=19492 vsize=14324 CPUtime=160.03
/proc/19494/stat : 19494 (minisat+) R 19492 19494 19448 0 -1 4194304 3385 0 0 0 16000 3 0 0 25 0 1 0 206604077 14667776 3370 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580396 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19494/statm: 3581 3370 110 215 0 3363 0
Current children cumulated CPU time (s) 160.03
Current children cumulated vsize (Kb) 14324

[startup+170.098 s]
/proc/loadavg: 0.99 0.98 0.97 2/64 19494
/proc/meminfo: memFree=1806048/2055920 swapFree=4180892/4192956
[pid=19494] ppid=19492 vsize=14324 CPUtime=170.03
/proc/19494/stat : 19494 (minisat+) R 19492 19494 19448 0 -1 4194304 3385 0 0 0 17000 3 0 0 25 0 1 0 206604077 14667776 3370 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19494/statm: 3581 3370 110 215 0 3363 0
Current children cumulated CPU time (s) 170.03
Current children cumulated vsize (Kb) 14324

[startup+180.104 s]
/proc/loadavg: 0.99 0.98 0.97 2/64 19494
/proc/meminfo: memFree=1806048/2055920 swapFree=4180892/4192956
[pid=19494] ppid=19492 vsize=14324 CPUtime=180.03
/proc/19494/stat : 19494 (minisat+) R 19492 19494 19448 0 -1 4194304 3385 0 0 0 18000 3 0 0 25 0 1 0 206604077 14667776 3370 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580965 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19494/statm: 3581 3370 110 215 0 3363 0
Current children cumulated CPU time (s) 180.03
Current children cumulated vsize (Kb) 14324

[startup+190.11 s]
/proc/loadavg: 0.99 0.98 0.97 2/64 19494
/proc/meminfo: memFree=1806048/2055920 swapFree=4180892/4192956
[pid=19494] ppid=19492 vsize=14324 CPUtime=190.04
/proc/19494/stat : 19494 (minisat+) R 19492 19494 19448 0 -1 4194304 3385 0 0 0 19001 3 0 0 25 0 1 0 206604077 14667776 3370 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581053 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19494/statm: 3581 3370 110 215 0 3363 0
Current children cumulated CPU time (s) 190.04
Current children cumulated vsize (Kb) 14324

[startup+200.115 s]
/proc/loadavg: 0.99 0.98 0.97 2/64 19494
/proc/meminfo: memFree=1806048/2055920 swapFree=4180892/4192956
[pid=19494] ppid=19492 vsize=14324 CPUtime=200.04
/proc/19494/stat : 19494 (minisat+) R 19492 19494 19448 0 -1 4194304 3385 0 0 0 20001 3 0 0 25 0 1 0 206604077 14667776 3370 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580842 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19494/statm: 3581 3370 110 215 0 3363 0
Current children cumulated CPU time (s) 200.04
Current children cumulated vsize (Kb) 14324

[startup+210.121 s]
/proc/loadavg: 0.99 0.98 0.97 2/64 19494
/proc/meminfo: memFree=1806048/2055920 swapFree=4180892/4192956

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

[pid=19494] ppid=19492 vsize=33048 CPUtime=1781.56
/proc/19494/stat : 19494 (minisat+) R 19492 19494 19448 0 -1 4194304 7944 0 0 0 178148 8 0 0 25 0 1 0 206604077 33841152 7929 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19494/statm: 8262 7929 110 215 0 8044 0
Current children cumulated CPU time (s) 1781.56
Current children cumulated vsize (Kb) 33048

[startup+1783.07 s]
/proc/loadavg: 0.99 0.98 0.97 2/64 19496
/proc/meminfo: memFree=1787488/2055920 swapFree=4180892/4192956
[pid=19494] ppid=19492 vsize=33048 CPUtime=1782.57
/proc/19494/stat : 19494 (minisat+) R 19492 19494 19448 0 -1 4194304 7944 0 0 0 178249 8 0 0 25 0 1 0 206604077 33841152 7929 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19494/statm: 8262 7929 110 215 0 8044 0
Current children cumulated CPU time (s) 1782.57
Current children cumulated vsize (Kb) 33048

[startup+1784.08 s]
/proc/loadavg: 0.99 0.98 0.97 2/64 19496
/proc/meminfo: memFree=1787488/2055920 swapFree=4180892/4192956
[pid=19494] ppid=19492 vsize=33048 CPUtime=1783.57
/proc/19494/stat : 19494 (minisat+) R 19492 19494 19448 0 -1 4194304 7944 0 0 0 178349 8 0 0 25 0 1 0 206604077 33841152 7929 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19494/statm: 8262 7929 110 215 0 8044 0
Current children cumulated CPU time (s) 1783.57
Current children cumulated vsize (Kb) 33048

[startup+1785.08 s]
/proc/loadavg: 0.99 0.98 0.97 2/64 19496
/proc/meminfo: memFree=1787488/2055920 swapFree=4180892/4192956
[pid=19494] ppid=19492 vsize=33048 CPUtime=1784.58
/proc/19494/stat : 19494 (minisat+) R 19492 19494 19448 0 -1 4194304 7944 0 0 0 178450 8 0 0 25 0 1 0 206604077 33841152 7929 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19494/statm: 8262 7929 110 215 0 8044 0
Current children cumulated CPU time (s) 1784.58
Current children cumulated vsize (Kb) 33048

[startup+1786.09 s]
/proc/loadavg: 0.99 0.98 0.97 2/64 19496
/proc/meminfo: memFree=1787488/2055920 swapFree=4180892/4192956
[pid=19494] ppid=19492 vsize=33048 CPUtime=1785.58
/proc/19494/stat : 19494 (minisat+) R 19492 19494 19448 0 -1 4194304 7944 0 0 0 178550 8 0 0 25 0 1 0 206604077 33841152 7929 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19494/statm: 8262 7929 110 215 0 8044 0
Current children cumulated CPU time (s) 1785.58
Current children cumulated vsize (Kb) 33048

[startup+1787.09 s]
/proc/loadavg: 0.99 0.98 0.97 2/64 19496
/proc/meminfo: memFree=1787488/2055920 swapFree=4180892/4192956
[pid=19494] ppid=19492 vsize=33048 CPUtime=1786.59
/proc/19494/stat : 19494 (minisat+) R 19492 19494 19448 0 -1 4194304 7944 0 0 0 178651 8 0 0 25 0 1 0 206604077 33841152 7929 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19494/statm: 8262 7929 110 215 0 8044 0
Current children cumulated CPU time (s) 1786.59
Current children cumulated vsize (Kb) 33048

[startup+1788.1 s]
/proc/loadavg: 0.99 0.98 0.97 2/64 19496
/proc/meminfo: memFree=1787488/2055920 swapFree=4180892/4192956
[pid=19494] ppid=19492 vsize=33048 CPUtime=1787.59
/proc/19494/stat : 19494 (minisat+) R 19492 19494 19448 0 -1 4194304 7944 0 0 0 178751 8 0 0 25 0 1 0 206604077 33841152 7929 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581439 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19494/statm: 8262 7929 110 215 0 8044 0
Current children cumulated CPU time (s) 1787.59
Current children cumulated vsize (Kb) 33048

[startup+1789.1 s]
/proc/loadavg: 0.99 0.98 0.97 2/64 19496
/proc/meminfo: memFree=1787488/2055920 swapFree=4180892/4192956
[pid=19494] ppid=19492 vsize=33048 CPUtime=1788.6
/proc/19494/stat : 19494 (minisat+) R 19492 19494 19448 0 -1 4194304 7944 0 0 0 178852 8 0 0 25 0 1 0 206604077 33841152 7929 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134575399 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19494/statm: 8262 7929 110 215 0 8044 0
Current children cumulated CPU time (s) 1788.6
Current children cumulated vsize (Kb) 33048

[startup+1790.11 s]
/proc/loadavg: 0.99 0.98 0.97 2/64 19496
/proc/meminfo: memFree=1787488/2055920 swapFree=4180892/4192956
[pid=19494] ppid=19492 vsize=33048 CPUtime=1789.6
/proc/19494/stat : 19494 (minisat+) R 19492 19494 19448 0 -1 4194304 7944 0 0 0 178952 8 0 0 25 0 1 0 206604077 33841152 7929 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580915 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19494/statm: 8262 7929 110 215 0 8044 0
Current children cumulated CPU time (s) 1789.6
Current children cumulated vsize (Kb) 33048

[startup+1791.11 s]
/proc/loadavg: 0.99 0.98 0.97 2/64 19496
/proc/meminfo: memFree=1787488/2055920 swapFree=4180892/4192956
[pid=19494] ppid=19492 vsize=33048 CPUtime=1790.6
/proc/19494/stat : 19494 (minisat+) R 19492 19494 19448 0 -1 4194304 7944 0 0 0 179052 8 0 0 25 0 1 0 206604077 33841152 7929 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19494/statm: 8262 7929 110 215 0 8044 0
Current children cumulated CPU time (s) 1790.6
Current children cumulated vsize (Kb) 33048

[startup+1792.12 s]
/proc/loadavg: 0.99 0.98 0.97 2/64 19496
/proc/meminfo: memFree=1787488/2055920 swapFree=4180892/4192956
[pid=19494] ppid=19492 vsize=33048 CPUtime=1791.61
/proc/19494/stat : 19494 (minisat+) R 19492 19494 19448 0 -1 4194304 7944 0 0 0 179153 8 0 0 25 0 1 0 206604077 33841152 7929 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19494/statm: 8262 7929 110 215 0 8044 0
Current children cumulated CPU time (s) 1791.61
Current children cumulated vsize (Kb) 33048

[startup+1793.12 s]
/proc/loadavg: 0.99 0.98 0.97 2/64 19496
/proc/meminfo: memFree=1787488/2055920 swapFree=4180892/4192956
[pid=19494] ppid=19492 vsize=33048 CPUtime=1792.61
/proc/19494/stat : 19494 (minisat+) R 19492 19494 19448 0 -1 4194304 7944 0 0 0 179253 8 0 0 25 0 1 0 206604077 33841152 7929 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581053 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19494/statm: 8262 7929 110 215 0 8044 0
Current children cumulated CPU time (s) 1792.61
Current children cumulated vsize (Kb) 33048

[startup+1794.13 s]
/proc/loadavg: 0.99 0.98 0.97 2/64 19496
/proc/meminfo: memFree=1787488/2055920 swapFree=4180892/4192956
[pid=19494] ppid=19492 vsize=33048 CPUtime=1793.62
/proc/19494/stat : 19494 (minisat+) R 19492 19494 19448 0 -1 4194304 7944 0 0 0 179354 8 0 0 25 0 1 0 206604077 33841152 7929 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580890 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19494/statm: 8262 7929 110 215 0 8044 0
Current children cumulated CPU time (s) 1793.62
Current children cumulated vsize (Kb) 33048

[startup+1795.13 s]
/proc/loadavg: 0.99 0.98 0.97 2/64 19496
/proc/meminfo: memFree=1787488/2055920 swapFree=4180892/4192956
[pid=19494] ppid=19492 vsize=33048 CPUtime=1794.62
/proc/19494/stat : 19494 (minisat+) R 19492 19494 19448 0 -1 4194304 7944 0 0 0 179454 8 0 0 25 0 1 0 206604077 33841152 7929 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574540 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19494/statm: 8262 7929 110 215 0 8044 0
Current children cumulated CPU time (s) 1794.62
Current children cumulated vsize (Kb) 33048

[startup+1796.14 s]
/proc/loadavg: 0.99 0.98 0.97 2/64 19496
/proc/meminfo: memFree=1787488/2055920 swapFree=4180892/4192956
[pid=19494] ppid=19492 vsize=33048 CPUtime=1795.63
/proc/19494/stat : 19494 (minisat+) R 19492 19494 19448 0 -1 4194304 7944 0 0 0 179555 8 0 0 25 0 1 0 206604077 33841152 7929 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580268 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19494/statm: 8262 7929 110 215 0 8044 0
Current children cumulated CPU time (s) 1795.63
Current children cumulated vsize (Kb) 33048

[startup+1797.14 s]
/proc/loadavg: 0.99 0.98 0.97 2/64 19496
/proc/meminfo: memFree=1787488/2055920 swapFree=4180892/4192956
[pid=19494] ppid=19492 vsize=33048 CPUtime=1796.63
/proc/19494/stat : 19494 (minisat+) R 19492 19494 19448 0 -1 4194304 7944 0 0 0 179655 8 0 0 25 0 1 0 206604077 33841152 7929 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581488 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19494/statm: 8262 7929 110 215 0 8044 0
Current children cumulated CPU time (s) 1796.63
Current children cumulated vsize (Kb) 33048

[startup+1798.15 s]
/proc/loadavg: 0.99 0.98 0.97 2/64 19496
/proc/meminfo: memFree=1787488/2055920 swapFree=4180892/4192956
[pid=19494] ppid=19492 vsize=33048 CPUtime=1797.64
/proc/19494/stat : 19494 (minisat+) R 19492 19494 19448 0 -1 4194304 7944 0 0 0 179756 8 0 0 25 0 1 0 206604077 33841152 7929 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19494/statm: 8262 7929 110 215 0 8044 0
Current children cumulated CPU time (s) 1797.64
Current children cumulated vsize (Kb) 33048

[startup+1799.15 s]
/proc/loadavg: 0.99 0.98 0.97 2/64 19496
/proc/meminfo: memFree=1787488/2055920 swapFree=4180892/4192956
[pid=19494] ppid=19492 vsize=33048 CPUtime=1798.64
/proc/19494/stat : 19494 (minisat+) R 19492 19494 19448 0 -1 4194304 7944 0 0 0 179856 8 0 0 25 0 1 0 206604077 33841152 7929 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19494/statm: 8262 7929 110 215 0 8044 0
Current children cumulated CPU time (s) 1798.64
Current children cumulated vsize (Kb) 33048

[startup+1800.16 s]
/proc/loadavg: 0.99 0.98 0.97 2/64 19496
/proc/meminfo: memFree=1787488/2055920 swapFree=4180892/4192956
[pid=19494] ppid=19492 vsize=33048 CPUtime=1799.65
/proc/19494/stat : 19494 (minisat+) R 19492 19494 19448 0 -1 4194304 7944 0 0 0 179957 8 0 0 25 0 1 0 206604077 33841152 7929 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580916 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19494/statm: 8262 7929 110 215 0 8044 0
Current children cumulated CPU time (s) 1799.65
Current children cumulated vsize (Kb) 33048

[startup+1801.16 s]
/proc/loadavg: 0.99 0.98 0.97 2/64 19496
/proc/meminfo: memFree=1787488/2055920 swapFree=4180892/4192956
[pid=19494] ppid=19492 vsize=33048 CPUtime=1800.65
/proc/19494/stat : 19494 (minisat+) R 19492 19494 19448 0 -1 4194304 7944 0 0 0 180057 8 0 0 25 0 1 0 206604077 33841152 7929 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574358 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19494/statm: 8262 7929 110 215 0 8044 0
Current children cumulated CPU time (s) 1800.65
Current children cumulated vsize (Kb) 33048



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.17 s]
/proc/loadavg: 0.99 0.98 0.97 2/64 19496
/proc/meminfo: memFree=1787488/2055920 swapFree=4180892/4192956
[pid=19494] ppid=19492 vsize=33048 CPUtime=1800.66
/proc/19494/stat : 19494 (minisat+) R 19492 19494 19448 0 -1 4194304 7944 0 0 0 180058 8 0 0 25 0 1 0 206604077 33841152 7929 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580965 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19494/statm: 8262 7929 110 215 0 8044 0
Current children cumulated CPU time (s) 1800.66
Current children cumulated vsize (Kb) 33048

Sending SIGTERM to -19494
Sleeping 2 seconds

Child status: 10
Real time (s): 1801.18
CPU time (s): 1800.67
CPU user time (s): 1800.58
CPU system time (s): 0.088986
CPU usage (%): 99.9718
Max. virtual memory (cumulated for all children) (Kb): 33048

Launcher Data (download as text)

Begin job on node18 on Sun Jun  4 08:23:31 UTC 2006


FILE ID= 35428-1149409411

PBS_JOBID= 314608

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii8a2.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node18/35428-1149409411/instance-35428-1149409411.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node18/watcher-35428-1149409411 -o ROOT/results/node18/solver-35428-1149409411 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node18/35428-1149409411/instance-35428-1149409411.opb

MD5SUM SOLVER= 490d1d4b9bbf010afe7f0af63a5a62db
MD5SUM BENCH=  d9e9e5fece70ebbc4c28befed36e7afc

RANDOM SEED= 422514478


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1819280 kB
Buffers:         22532 kB
Cached:         147440 kB
SwapCached:       3632 kB
Active:          45584 kB
Inactive:       133000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1819280 kB
SwapTotal:     4192956 kB
SwapFree:      4180892 kB
Dirty:             172 kB
Writeback:           0 kB
Mapped:          14736 kB
Slab:            44108 kB
Committed_AS:   426324 kB
PageTables:       1416 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node18 on Sun Jun  4 08:53:32 UTC 2006